Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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