Skip to content

nkaruna09/Save-A-Watt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ Save-A-Watt

Save-A-Watt is a full-stack application designed to help users analyze and track energy usage, promoting efficiency and sustainability.


🚀 Getting Started

Follow the instructions below to set up the project locally.


📂 Project Structure

  • front-end/ → React + Tailwind-based user interface
  • back-end/ → Python Flask backend with APIs

🖥️ Front-End Setup

  1. Navigate to the front-end folder:
   cd front-endv2
   npm i
   npm start

Port: 3000 2. Navigate to the back-end folder:

  cd back-end
  py -m venv .venv
  .venv\Scripts\activate
  # source .venv/bin/activate (mac/linux)
  pip install -r requirements.txt
  python3 app.py

Port: 5000

About

Hack The Valley 2025

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors