This project was created for a school assesment for IKGEO
Project easy tourism allows to user add locations through the google maps places api to a timeline. After selecting places the app can sort them for the fastest/shortest route and present a walking route
You can easily run this project localy with the following steps
Easy tourism uses the google maps api, thus an API needs to present; add your own .env file with your key. You can get a key here: Google maps-api
After setting up your api key, run:
npm isntall
To start the app in development mode.
Run npm start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.