Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumeetgodse/fitness-tracker-crud

A fitness tracking application with frontend/backend implementation I did as a part of my course
https://github.com/sumeetgodse/fitness-tracker-crud

bits-pilani express react youtube

Last synced: 12 days ago
JSON representation

A fitness tracking application with frontend/backend implementation I did as a part of my course

Awesome Lists containing this project

README

        

## TODO
## 1. Improve security
## 2. Deploy on cloud. Use netlify/vercel/firebase/back4app/etc...
## 3. Improve sharing feature

# Fitness tracker application

#### Demo - https://youtu.be/JWo5uiZplDk?si=ff1w_qC1T6c7l-Fd

An application developed for fitness enthusiasts to track their fitness journey easily.

#### FSAD Assignment 1

Please refer `frontend` and `backend` `README.md` files for individual setup.

### Features

#### Activity Logging

##### My Activities
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/4f71d0da-f027-404e-9a1f-7188068f4463)

##### Log new activity
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/a811da80-95f5-4af7-9c58-db8cbbbaa101)

##### Share activity
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/250da74d-dc03-4476-ad4a-2dfddd70bcbf)

##### Delete activity
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/51772105-9fd7-4999-be3f-dd3aa2af4957)

#### Workout Plans
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/e055d3c9-4732-4205-b893-f660b917cf95)
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/186530f3-a7db-4879-aaf4-3e869f68ce40)

#### Nutrition Tracking

##### My Nutrition Data
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/88344f6a-85ff-4dd2-acab-9b4d32cdac19)

##### Add new nutrition tracking data
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/86b089ba-639b-48ac-ba7a-b235579eb9ea)

##### Delete nutrition tracking data
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/6939785d-0a23-4ac1-ba44-a5e21c197485)

#### Register
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/e651da23-8bb5-4a4c-82a9-43309ca50754)

##### After successful registration, user gets added in `mongodb` database
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/6ca6d05c-084e-42f7-a688-62b4e1e1c6ba)

#### Login
![image](https://github.com/2023mt93091/fitness-tracker/assets/166995152/19f51ce7-4301-4839-abf4-90a30837f7e1)