Workout Buddy is a cutting-edge fitness application designed to elevate your workout experience to new heights.Some of the features are :-
- Workout Tracking - After each workout , log Exercise Details such as exercise titles, loads (in kilograms), and reps.
- Track of Records - Your Records remain saved pemanently and cannot be accessed by other users.
- Speech to Text - Add workouts by clicking on the mic
- Frontend - HTML,CSS,Reactjs
- Backend - Expressjs, Mongodb
Add workout by entering the title,loads and reps fields. You can also enter workout title through the mic.
- Visual Analysis
create .env checking out the .env-sample file and fill the fields.
cd backend
npm install
npm run dev
Backend would be up and running!
cd frontend
npm install
npm run start
Frontend would be up and running!