Skip to content

RoodyCode/go-e-Charger-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-e Charger Web Interface

This project is a web interface for the Go-e Charger, built with React. It provides a user-friendly dashboard to monitor and control your Go-e Charger.

Screenshots

Charging

Energy

Features

  • Real-time monitoring of charging status and energy consumption
  • Custom intervals for information fetching
  • Start, stop, and pause charging
  • Set amp level for charging
  • Restart system and reset IP address of the charger
  • List RFID chips with their associated statistics

Local Installation

Follow these steps to get the Go-e Charger web interface up and running on your local machine.

Prerequisites

  • Node.js (version >= 12.0.0)
  • npm (version >= 6.0.0) or Yarn (version >= 1.0.0)

Clone the Repository

git clone https://github.com/RoodyCode/go-e-Charger-web-app.git

Navigate to the Project Directory

cd go-e-Charger-web-app && npm install

Install Dependencies

npm install

Start the Server

npm run build
npm run preview