Skip to content

Application that parses XLM or CSV files and displays that data with Chart.js. That data is compared to dummy peak data and dummy friends data (for now).

Notifications You must be signed in to change notification settings

albertyu1027/PowerUser

Repository files navigation

Power User

dependencies Status

Table of Contents

Purpose and Value
Project Deliverables
Starting App Locally
Deployment
How To Get Started

Purpose and Value

Purpose: Reduce energy costs through continuous monitoring and baseline comparisons with friends

Value: Provide environmentally conscious consumers a tool to maintain awareness of power consumption

Project Mock-Up

UI mock-up on Figma

Project Management on AirTable

Project Deliverables

UI Mock-up

Figma

Project Management on AirTable

Assigned Tasks
Due Dates calendar view
Status Kanban

Starting the app locally

Start by installing front and backend dependencies. While in this directory, run the following commands:

yarn install
cd client
yarn install
cd ..

After both installations complete, run the following command in your terminal:

yarn start

Deployment

Create a new build from the root directory of your local environment

cd client
yarn build

After Webpack has completed the build, commit the new build files to the repo and push to Heroku.

cd ..
git add .
git commit -m "..."
git push heroku master

If you want to push a different branch to Heroku, change the last command to the following:

### name_of_branch should be the name of the branch you want to push to Heroku.
git push heroku name_of_branch:master

How To Get Started

Sign Up For An Account:


sign up

Log In To Your Account:


login

Navigate To Your Upload Page And Upload Your CSV Data (click the information button at the bottom for instructions):


uploads

Compete With Your Friends:


compete with friends

About

Application that parses XLM or CSV files and displays that data with Chart.js. That data is compared to dummy peak data and dummy friends data (for now).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •