Skip to content

The Power-hub application was created to find the nearest electric station for car charging based on the user's geolocation. All station data comes from https://eipa.udt.gov.pl.

Notifications You must be signed in to change notification settings

justynalem/powerHub

Repository files navigation

Power Hub

Tool & technologies I've used

  • React
  • TypeScript
  • ReactQuery
  • MUI
  • ReactLeaflet

Source of data

All data about station are from https://eipa.udt.gov.pl/ and are limited to stations located in Poland. To test the application while outside Poland, please change the geolocation in your browser.

Getting Started

Prerequisites

Before you start, you need to have Node.js and npm installed on your machine.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/justynalem/powerHub.git
  1. Install the dependencies:
npm install

Development

To start the development server, run:

npm run dev

This will start the development server at http://localhost:5173.

Production

To build the production version of the app, run:

npm run build

This will create a dist directory with the compiled assets.

Screens

cover

cover

cover

cover

About

The Power-hub application was created to find the nearest electric station for car charging based on the user's geolocation. All station data comes from https://eipa.udt.gov.pl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published