Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

Live Demo