Skip to content

smilelk4/TravelBox_frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

🧭 Travel Box 🗺️

TravelBox is a platform that lets users save and organize information about their wish-listed travel destinations. The web app utilizes AWS's S3 service to allow users to post photos of destinations.

Check out the app: Live Demo

TravelBox main image

To Launch 🚀

  1. Clone the repository.
  2. Access frontend directory by typing cd frontend on the terminal from the root directory.
  3. Run npm install.
  4. Run npm start to start the frontend server.

To run backend server:

  1. Access the backend repository and clone it.
  2. Run npm install and npm start from the root directory.

The app should be running on http://localhost:3000/ at this point. 😃

Technologies ⚙️

  • HTML5
  • SCSS
  • JavaScript
    • React Hooks
    • Redux
    • React Router
    • Node
    • Express
  • PostgreSQL
  • Sequelize
  • AWS S3

Deployed on:

  • Heroku(backend)
  • AWS Amplify (frontend)

Documentation 📗