Back2Pack is a simple website for backpackers that want to publish their trips for others to see, as well as get inspiration from other peoples trips.
Written using React + Javascript with Firebase backend, built using Yarn.
Features - users can:
- Create a profile and log in
- Browse other users' trips
- Search for and filter trips based on specific criteria
- Create and publish own trips with a name/title, description, price, length (in days), rating (1 to 5 stars), as well as an image
- Toggle between light/dark mode
- Switch home-page and profile-page
- Browse their own trips as well as delete these at will
The project can be run with the following commands:
cd .\BackPack\
yarn
yarn start