Live Demo: https://nextjs-ev-charging-simulation.vercel.app/
This project is a simulation platform for EV (Electric Vehicle) charging stations. It enables shopowners to simulate charging station usage and visualize peak power loads, energy consumption, and charging events.
The Next.js EV Charging Simulation tool is designed to help businesses plan the installation and management of EV charging points. It allows users to configure simulation parameters and view pre-computed results in a responsive and user-friendly interface.
Clone the repository:
git clone https://github.com/oleksii-suprun-github/nextjs-ev-charging-simulation.git
Navigate to the project directory:
cd nextjs-ev-charging-simulation
Install the dependencies:
yarn install
Start the development server:
yarn dev
Build the project for production:
yarn build
Start the production server:
yarn start
dev
: Starts the NextJS development server.build
: Builds the application for production.start
: Starts the production server.lint
: Lints the project using ESLint.format
: Formats the code using Prettier.test
: Runs tests with Vitest.test:commit
: Runs tests in non-interactive mode with Vitest.test:coverage
: Generates a test coverage report.prepare
: Prepares Husky Git hooks.@hookform/resolvers
: ^3.9.0@next/third-parties
: 15.1.4@sentry/nextjs
: ^8.48.0@tailwindcss/typography
: ^0.5.15clsx
: ^2.1.1husky
: ^9.1.7next
: ^15.1.4react
: ^19.0.0react-dom
: ^19.0.0react-hook-form
: ^7.53.0recharts
: ^2.15.0vite-tsconfig-paths
: ^5.1.4zod
: ^3.23.8@commitlint/cli
: ^19.6.1@commitlint/config-conventional
: ^19.6.0@testing-library/dom
: ^10.3.1@testing-library/react
: ^16.0.0@types/node
: ^22@types/react
: ^19@types/react-dom
: ^19@types/react-syntax-highlighter
: ^15.5.13@types/testing-library__jest-dom
: ^6.0.0@vitejs/plugin-react
: ^4.3.2@vitest/coverage-v8
: ^2.1.1@vitest/ui
: ^2.0.2eslint
: ^9eslint-config-airbnb-typescript
: ^17.0.0eslint-config-next
: ^15.1.4eslint-config-node
: ^4.1.0eslint-config-prettier
: ^9.0.0eslint-import-resolver-typescript
: ^3.7.0eslint-plugin-deprecation
: ^3.0.0eslint-plugin-import
: ^2.28.0eslint-plugin-jest-dom
: ^5.5.0eslint-plugin-jsx-a11y
: ^6.10.0eslint-plugin-node
: ^11.1.0eslint-plugin-package-json
: ^0.19.0eslint-plugin-prettier
: ^5.2.0eslint-plugin-react
: ^7.37.0eslint-plugin-testing-library
: ^7.1.1jsdom
: ^24.1.0postcss
: ^8prettier
: ^3.3.3prettier-plugin-tailwindcss
: ^0.6.8react-icons
: ^5.3.0tailwindcss
: ^3.4.1typescript
: ^5vitest
: ^2.1.0Oleksii Suprun
Email: oleksii.suprun.email@gmail.com
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.