Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 621 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 621 Bytes

Trip Planner

Web app to plan e manage all your trips

Development info

This app was made using react

Instalation guide

To use this app locally, follow these steps:

Clone the repository and install all its dependencies

npm install 

Run the application executing the following command

npm start 

Then access http://localhost:3000/ Obs: This address port may change depending on your local configurations

Roadmap

  • Sidebar
  • Dashboard
    • All trips carousel
    • World Map with pins
  • Add trip functionality
  • Trip management
  • Authentication