Online app that allows a user to keep track of their personal health information such as exercise, sleep, weight, and diet.
- Profile Creation
- User Page
- Data Collection
- Data Layout
![]() |
This is the main page of the app. User can enter their username to get started. |
![]() |
Detailed form for user to fill out that will display on their personal page. |
![]() |
Upon completion of Profile or returning user, They are taken to the user page. User can add exercise, weight, sleep, and meals. They can also view their data that were inputted immediately. |
- Install dependencies in Client:
- cd into client
npm install
- Install dependencies in Server:
- cd into server
npm install
- Run Servers:
- In client -
npm run start
- client run on PORT 8080
- In server -
npm run server
- server runs on PORT 3000
- In client -
- Launch site: http://localhost:8080