Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 1.36 KB

README.md

File metadata and controls

69 lines (47 loc) · 1.36 KB

My Travel History 🌏

A full-stack web app that keeps tracks of the places you visited, shows and saves travel locations.

➡️ Visit : https://mytravelhistory.biz/ (under development) ⬅️

🤔 Purpose

Serves as an online travel book for people to share locations, photos and memories with others. 😍

🧐 Demo

User can mark and save the locations

🛠 Tech Stack

👨‍🔧 Local Installation

  1. Clone the Repo by typing the command:
https://github.com/the-coder-dude/My-Travel-History.git
  1. Install the Packages:
  • Backend:
cd Backend \ 
npm i
  • Frontend:
cd frontend \ 
npm i
  1. Running the app:
  • Backend:
cd Backend \ 
npm start
  • Frontend:
cd frontend \ 
npm start
  1. Visit http://127.0.0.1:3000/

📋 Future Changes

  • Adding link sharing feature.
  • Adding Images with locations.
  • Reminding user of their old memories via email.
  • Improving the UI of app.