Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kayyz1/ev-stations
Interactive map to locate electric vehicle charging stations.
https://github.com/kayyz1/ev-stations
leaflet mongodb nextjs openstreetmap react-query
Last synced: 13 days ago
JSON representation
Interactive map to locate electric vehicle charging stations.
- Host: GitHub
- URL: https://github.com/kayyz1/ev-stations
- Owner: kayYZ1
- Created: 2024-10-13T18:07:51.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T13:50:39.000Z (2 months ago)
- Last Synced: 2024-10-31T01:27:46.844Z (about 2 months ago)
- Topics: leaflet, mongodb, nextjs, openstreetmap, react-query
- Language: TypeScript
- Homepage: https://electro-chargers.vercel.app
- Size: 294 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EV Chargers Map
Project is designed to help electric vehicle (EV) users easily locate charging stations on a map. The project pulls data from multiple sources to provide accurate, up-to-date information on charging station locations.
## Features
- Interactive map
- Voivodeship selection
- Station details## Tech Stack
**Client:** NextJS, React-Query, TailwindCSS, Leaflet
**Server:** NextJS, MongoDB, OSM
## Demo
https://electro-chargers.vercel.app/
## Installation
```bash
git clone https://github.com/kayYZ1/electro-chargers.git
``````bash
cd electro-chargers
```
```bash
pnpm install
``````bash
pnpm dev
```