A full-stack web app that keeps tracks of the places you visited, shows and saves travel locations.
➡️ Visit : https://mytravelhistory.biz/ (under development) ⬅️
Serves as an online travel book for people to share locations, photos and memories with others. 😍
User can mark and save the locations
- Clone the Repo by typing the command:
https://github.com/the-coder-dude/My-Travel-History.git
- Install the Packages:
- Backend:
cd Backend \
npm i
- Frontend:
cd frontend \
npm i
- Running the app:
- Backend:
cd Backend \
npm start
- Frontend:
cd frontend \
npm start
- Visit
http://127.0.0.1:3000/
- Adding link sharing feature.
- Adding Images with locations.
- Reminding user of their old memories via email.
- Improving the UI of app.