An app for travelers that allows tracking your past trips on an interactive map along with statistics and also offers a gallery of places with useful travel information for future travels.
App prototype for the final project in the course Digitální akademie: Web in Czechitas.
- React
- React Router
- HTML
- CSS
- JavaScript
- jsonhost (used in the project before deployment)
- JSON Server for Vercel
- mock backend / demo data for the REST API (now running on the JSON server)
Initial settings:
// In root folder (project-travel-diary)
npm install
All necessary dependencies installed - check.
Open the root folder of mock backend:
// In root folder (travel-diary-api)
json-server --watch db.json
Now you have the server up an running.
You can smoothly run the app as a whole
// In root folder (project-travel-diary)
npm run dev