Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fernando-gimeno/maps-app
Map application for searching locations, pin locations and tracing routes between two places.
https://github.com/fernando-gimeno/maps-app
bootstrap mapbox react typescript usecontext vite
Last synced: about 2 months ago
JSON representation
Map application for searching locations, pin locations and tracing routes between two places.
- Host: GitHub
- URL: https://github.com/fernando-gimeno/maps-app
- Owner: fernando-gimeno
- Created: 2024-06-08T01:21:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T01:51:59.000Z (7 months ago)
- Last Synced: 2024-06-23T01:27:15.086Z (7 months ago)
- Topics: bootstrap, mapbox, react, typescript, usecontext, vite
- Language: TypeScript
- Homepage: https://mapapp-fg.netlify.app/
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MapApp
Map application for searching locations and tracing routes between two places. This map application was created using Bootstrap, React technologies and we use useContext to maintain the application state, in addition we consume the Mapbox API which we use to display the map, pins and routes.
## Features
- Search locations
- Trace routes
- Display map
- Display pins
- Display routes## Screenshots
![Screenshot of app](https://i.ibb.co/jVRnRV2/mapapp.png)
## Stack
- React
- Bootstrap
- useContext
- Mapbox API
- Vite
- TypeScript## Installation
1. Clone the repository
```
git clone https://github.com/fernandouy/maps-app.git
```2. Install dependencies using
```
yarn
```3. Start development server
```
yarn dev
```## Live Demo