1. Personalized Fitness App Tracker
This is a fitness app that dynamically shuffles the different type of exercises you will be given based on the workout week. Random exercises everyday keeps the guess work and the monotony out of your routine, shocking the body and keeping nueral plasticity actively working.
Front End Development
React.js – Built with React for a dynamic experience.
Deployment on Vercel, integrating with GitHub.
Context API – Manages global state.
React Hooks (useState, useEffect) for state and lifecycle.
CSS Modules / Global Styles for clean UI.
LocalStorage API – Persists workout schedules.
Backend Development
Node.js & Express.js for handling API requests.
MongoDB with Mongoose for workout data storage.
RESTful API – Fetches workouts dynamically.
Features and Implementation
Dynamic Workout Generator – Daily unique workouts.
Workout Calendar System – No genre repetition.
Fisher-Yates Shuffling Algorithm for randomness.
Mobile-friendly Responsive UI.