Skip to content

ADP-1/ChargeWise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChargeWise Logo

ChargeWise - EV Charging Station Dashboard 🚗⚡

MIT License Python Flask

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.

📑 Table of Contents

✨ Features

  • 🗺️ Interactive charging station map
  • 📊 Real-time station availability
  • 📱 Responsive dashboard design
  • 🔍 Advanced search and filtering
  • 📈 Usage analytics and statistics
  • 👥 User profile management

🛠️ Tech Stack

  • Frontend: HTML5, CSS3, JavaScript
  • Backend: Python, Flask
  • Database: SQLite/PostgreSQL
  • Authentication: Flask-Login
  • Maps Integration: Leaflet.js
  • UI Framework: Custom CSS with Animate.css

🚀 Installation

  1. Clone the repository:
git clone https://github.com/ADP-1/ChargeWise
cd ChargeWise
  1. Create and activate virtual environment:
python -m venv venv
source venv/bin/activate  # Linux/Mac
venv\Scripts\activate     # Windows
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up environment variables:
cp .env.example .env
# Edit .env with your configuration
  1. Initialize the database:
flask db upgrade

💻 Usage

  1. Start the development server:
flask run
  1. Open your browser and navigate to:
http://localhost:5000

📁 Project Structure

chargewise/
├── static/
│   ├── css/
│   │   ├── style.css
│   │   └── dashboard.css
│   ├── js/
│   └── images/
├── templates/
│   ├── dashboard.html
│   ├── home.html
│   └── components/
├── app.py
├── models.py
└── requirements.txt

🤝 Contributing

We welcome contributions! Please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

👥 Team

  • Aditya Pandey - Developer - LinkedIn
  • Krish Pankaj Goyal - Developer - LinkedIn
  • Aryan Sharma - UI/UX Designer - LinkedIn
  • Vishal Dubey - Research Analyst - LinkedIn

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

📞 Contact


Made with ❤️ by the ChargeWise Team

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •