Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.03 KB

TRIP PLANNER

A place to keep track of all your trips and plan new ones.

💻 Click here to see my live project!

📄 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

✏️ Planning & Problem Solving

  • Inspiration taken Dribbbl
  • ERD created to manage schema

🚀 Cool tech

  • HTML
  • CSS
  • Javascript
  • SQL

😱 Bugs to fix 💩

  • Fix profile images
  • Error when deleting or editing trips with no images

😭 Lessons learnt

  • Routes and what to put in each path
  • Watch for typos. Common typos - forgetting commas, plurals instead of singular etc.

✅ 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