Web application to search for locations and plot routes to that location!
- Interact with the map.
- Search by place name.
- Get 10 places matching the search.
- View the selected place.
- Trace the route from the selected place to the starting point.
- Return to your location.
- Use your location to locate you on the map (asking for permissions).
- Show distance and travel time from your location to the selected place.
- React JS
- TypeScript
- MabBox
- CSS
- Netlify (to deploy the app)
- Clone the repository (you need to have Git installed).
git clone https://github.com/Franklin361/rutas-app
- Install dependencies of the project.
npm install
-
Before running the development server, you need to... Create an
.env
file in the root of the project and set the following value...VITE_TOKEN_MAPBOX=
-
Run the project.
npm run dev