Team Roster:
Jay Shrestha
Becky Chen
Elan Smolar Eisenberg
Zachary Gordon
Adam Ayan
Client-code notes: To run the application on your machine:
- You need to have node and npm on your machine
- In your terminal, navigate to the habittracker folder
- Run npm i
- Run npm start
- A live server in your browser should open. Note: You cannot look through the other pages without a backend running.
The main code for the front end is in the src folder.