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
- Host: GitHub
- URL: https://github.com/relativelie/funbox-map
- Owner: Relativelie
- Created: 2022-04-03T09:39:29.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-26T13:16:19.000Z (about 4 years ago)
- Last Synced: 2025-10-17T04:59:34.896Z (8 months ago)
- Topics: jest, react, redux, scss, typescript
- Language: TypeScript
- Homepage: https://relativelie.github.io/funbox-map/
- Size: 2.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``