The Exercise Planner App is a dynamic full-stack MERN web application with CRUD functionality designed to empower users on their fitness journey. Meticulously crafted with a passion for health and well-being, this app is the brainchild of a personal trainer and former firefighter, now venturing into the world of software engineering. This application provides a user-friendly interface for exploring a vast collection of exercises, curate a personal collection of favorites, and ultimately create personalized workout plans to elevate your fitness experience. This holistic application follows a client-server architecture, utilizing React on the client side and Express with MongoDB on the server side. The Exercise Planner App is your companion for achieving fitness goals with efficiency and enjoyment. Join us on this transformative lifestyle journey to a healthier and fitter you!
-
Explore Exercises: Browse the comprehensive database of exercises with details such as muscle targets, equipment requirements, and step-by-step instructions.
-
Save Favorites: Users can create an account, log in, and save their favorite exercises for quick and convenient access.
-
Sorting and Filtering: Organize exercises based on various criteria such as name, body part, target muscle, and more.
-
Responsive Design: The user interface is designed to be intuitive, ensuring a seamless experience across different devices and screen sizes.
- React
- Redux Toolkit for state management
- Material-UI for UI components
- React Router for navigation
- Bootstrap for styling
- React-Toastify
- Rapid API
- MongoDB with Mongoose for data storage
- Express.js
- NodeJS
- JWT for user authentication
- Bcrypt for password hashing
Running the Project Locally:
-
Clone the Repository:
git clone https://github.com/Peter-JC-Wu/exercise-planner-app.git cd exercise-planner-app -
Install Dependencies:
npm install
-
Set Up Environment Variables:
- Create a
.envfile in the root of theexercise-planner-appclient and server folders. - Add the necessary environment variables, such as MongoDB connection string and JWT secret.
- Create a
-
Run the Application:
npm run dev
This will start both the server and client applications concurrently.
npm start
This will start the server application separately.
npm start
This will start the client application separately.
-
Access the App: Open your browser and navigate to http://localhost:3000 to access the Exercise Planner App.
Explore the user-friendly desktop interface:
Explore the user-friendly mobile interface:
- Render Link: https://exercise-planner-app-client.onrender.com
This project is licensed under the ISC License.
- Special thanks to friends, mentor (Osama Tahir), and Parsity Online Code School.
- Inspired by Rapid API (ExerciseDB).







