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

https://github.com/relativelie/funbox-map

In this map, you can add your destinations, move and delete points on the map and in the menu
https://github.com/relativelie/funbox-map

jest react redux scss typescript

Last synced: 2 months ago
JSON representation

In this map, you can add your destinations, move and delete points on the map and in the menu

Awesome Lists containing this project

README

          

# Map using yandex.maps api
On this map, you can add your destinations, move and delete points on the map and in the menu

Online demo: https://relativelie.github.io/funbox-map/

Used:
- typescript
- react
- redux
- scss
- react-beautiful-dnd
- jest tests

## How to build
1. Clone repository
``git clone git@github.com:Relativelie/funbox-map.git /path/to/map``
``cd /path/to/map ``
2. Install dependencies
``npm install ``
3. Create file .env.defaults with your [yandex api key](https://nodejs.org/) for example:
`` REACT_APP_API_KEY = '12345qwerty'``
4. Build project
``npm run deploy``

## How to start
1. Run project
``npm start ``

## How to test
1. Running tests with:
`` npm test``