Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node_modules/
build/
*.env
package-lock.json
backend/
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
My groupmembers are:
- XXXX
- XXXX
- XXXX
- XXXX
- Eli
- Hazel
- Manu
- David
- Anoushka


------------------ Fill in some information about your project under this ------------------

An application for discovering personal correlations between habits and states of being. Functionality includes onboarding (setting up an account), daily check-ins and logging (users log habits, states of being, and food), and weekly refleciton insights (system analyzes logged data and outputs visual sumaries)
10 changes: 10 additions & 0 deletions Sprint 1/frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Equanimity Frontend

## Installation and Setup
Install Node modules:
1. In your terminal, navigate to the `Sprint 1/frontend/` folder (macOS: `cd Sprint\ 1/frontend/`; Windows: `cd ./"Sprint 1\frontend"`).
2. Run `npm i`

## Starting the Frontend
1. In your terminal, navigate to the `Sprint 1/frontend/` folder (see guidance in Installation and Setup)
2. Run `npm run start`
Loading