An App for the frontend of the operator of an EVCS to register and maintain an EVCS.
- Profile: A profile containing Personal Details, Bank A/C details, Location of the operator, with option to edit and update.
- JavaScript validation while submitting the details (Email ID, GSTIN, Mobile Number) first and subsequent times.
- Online and Offline status for the EVCS.
- Past and Upcoming transactions, and report of recent transactions.
- Option to Login via OTP or password (Backend yet to be implemented).
- Fast, responsive and modern-looking UI.
- react-geocode: to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
- react-google-maps: a set of React components wrapping the underlying Google Maps JavaScript API v3 instances.
- react-otp-input: A fully customizable, one-time password input component for the web built with React.
- react-places-autocomplete: A React component to build a customized UI for Google Maps Places Autocomplete.
- email-validator: A simple module to validate an e-mail address
- gstin-validator: - Validates GSTIN number for length (15 digits), format (State code, PAN, Entity Number, Z, Checksum) and checksum.
- recharts: a Redefined chart library built with React and D3.
- uniqid: A Unique Hexatridecimal ID generator.
-
Open terminal,
cd
to your fav Projects folder and type:git clone https://github.com/shivamjjha/Evcs_OP.git
-
Switch to the Project's directory:
cd EVCS_OP
-
Install Dependencies:
npm i
-
Start the hot-reloading server:
npm start
-
This will serve this project at http://localhost:3000/ (by default).
-
To reflect changes in the project, edit the required files and save.
This project was bootstrapped with Create React App.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run eject
Note: this is a one-way operation. Once you eject
, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject
at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject
will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject
. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify