Skip to content

Commit

Permalink
Merge branch 'main' into Ojas
Browse files Browse the repository at this point in the history
  • Loading branch information
ojas1901 committed Oct 19, 2023
2 parents 87595d1 + ee23999 commit 46f067d
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 30 deletions.
50 changes: 20 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,51 +107,41 @@ Link to the implementation video of the BurnOut application:

## Register

<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/Screen%20Shot%202021-12-04%20at%206.41.18%20PM.png>
<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/register_page.png>
This is the page where a new user can register to use our application. It contains fields like username, email, password, current weight, current height, target weight which the user wants to achieve and the target date. All these fields, once entered, will store in the MongoDB database.


## Login

<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/Screen%20Shot%202021-12-04%20at%206.30.27%20PM.png>
<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/login_page.png>
This is the login page wherein the user can access the functionalities of our application.


## Set User Profile

<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/Screen%20Shot%202021-12-04%20at%206.35.05%20PM.png>


## Enter Calories in and burnt
<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/calories.png>

## Chatbot

<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/Screen%20Shot%202021-12-04%20at%206.31.54%20PM.png>



<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/profile_update.png>
This is the page where the user can update his profile. The updated profile will update in the MongoDB database and display it in the frontend.


## Enter Calories in
<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/Calorie_intake.png>
This is the page where the user can enter the calories taken. The dropdown contains various food items and its calories. Once selected, it will update it in the database.


## Check Your Plan

<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/Your_plan_final.jpeg>
This is the page where the user can see their history in the form of a bar graph. This graph contains the data from last 7 days. The user can see their progress and can keep a track of how much calories the user needs to burn or intake to achieve their goal within the target date. The x-axis contains the date from last 7 days to the current date and y-axis contains the calories.

## Check History

<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/history.png>
## Adding Friends

<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/friends_tab.png>
- This page contains the list of "My Friends" and "Add friends". Add friends contains all the users who have registered to our application. By selecting the users, they will showup in "My friends" section. The main purpose of this is to share the calories data via email.



## Add weight alert

<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/Screen%20Shot%202021-12-04%20at%206.30.48%20PM.png>

## Adding Friends

<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/friends.png>

## Enrolling into several programs

<img src=https://github.com/deekay2310/calorieApp_server/blob/main/static/img/Screen%20Shot%202021-12-04%20at%206.32.08%20PM.png>

## Enter burnout
<img src=https://github.com/utsavll0/calorieApp_server/blob/main/static/img/workout.png>
- This is the page where a user can enter the calories burnt. The value will be updated to the database.

# Steps for execution

Expand Down
Binary file added static/img/Calorie_intake.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/Your_plan_final.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/friends_tab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/login_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/profile_update.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/register_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/workout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/your_plan(updated).jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46f067d

Please sign in to comment.