ChargeWise is a modern, user-friendly dashboard for finding and managing EV charging stations. Our platform makes electric vehicle charging accessible and convenient for everyone.
- πΊοΈ Interactive charging station map
- π Real-time station availability
- π± Responsive dashboard design
- π Advanced search and filtering
- π Usage analytics and statistics
- π₯ User profile management
- Frontend: HTML5, CSS3, JavaScript
- Backend: Python, Flask
- Database: SQLite/PostgreSQL
- Authentication: Flask-Login
- Maps Integration: Leaflet.js
- UI Framework: Custom CSS with Animate.css
- Clone the repository:
git clone https://github.com/ADP-1/ChargeWise
cd ChargeWise- Create and activate virtual environment:
python -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows- Install dependencies:
pip install -r requirements.txt- Set up environment variables:
cp .env.example .env
# Edit .env with your configuration- Initialize the database:
flask db upgrade- Start the development server:
flask run- Open your browser and navigate to:
http://localhost:5000
chargewise/
βββ static/
β βββ css/
β β βββ style.css
β β βββ dashboard.css
β βββ js/
β βββ images/
βββ templates/
β βββ dashboard.html
β βββ home.html
β βββ components/
βββ app.py
βββ models.py
βββ requirements.txt
We welcome contributions! Please follow these steps:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Aditya Pandey - Developer - LinkedIn
- Krish Pankaj Goyal - Developer - LinkedIn
- Aryan Sharma - UI/UX Designer - LinkedIn
- Vishal Dubey - Research Analyst - LinkedIn
This project is licensed under the MIT License - see the LICENSE file for details.
- Website: chargewise.com
- Email: support@chargewise.com
- Location: Sharda University, Greater Noida
- Phone: +91 9503569583
Made with β€οΈ by the ChargeWise Team
