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: 3 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-08T01:51:59.000Z (about 2 years ago)
- Last Synced: 2025-06-15T07:49:05.596Z (about 1 year 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

## 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