TRIP PLANNER
A place to keep track of all your trips and plan new ones.
:computer: Click here to see my live project!
:page_facing_up: About
- You can add a trip to create a new trip, or edit and delete trips
- Activities can be added to trips and also categorised
- Download instructions (if relevant):
$ git clone my-awesome-app
$ cd my-awesome-app
$ node app.js
:pencil2: Planning & Problem Solving
- Inspiration taken Dribbbl
- ERD created to manage schema
:rocket: Cool tech
:scream: Bugs to fix :poop:
- Fix profile images
- Error when deleting or editing trips with no images
:sob: Lessons learnt
- Routes and what to put in each path
- Watch for typos. Common typos - forgetting commas, plurals instead of singular etc.
:white_check_mark: Future features
- Edit account or delete account
- Prevent users from editing others itineraries
- Ability to save trips to a bucketlist
- Styling for lower level pages
- Add image upload