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
