Workout-Web is an online workout tracking application built using Python, CSS, JavaScript, and HTML. It is designed to help users track their fitness progress and manage progressive overload in their workouts. The application is mobile and desktop-friendly, offering a seamless user experience across different devices.
- Progressive Overload Tracking: Automatically track progressive overload and monitor your performance over time.
- Workout Tracking: Record and manage your daily workouts, including sets, reps, and weights used.
- Responsive Design: The app is optimized for both desktop and mobile devices, offering an intuitive interface on all platforms.
- Backend Powered by Python: The application’s backend is built with Python, ensuring efficient data handling and performance.
- User-Friendly UI: Clean and simple user interface for an easy workout tracking experience.
Login
Workout Calendar
Example Workouts
Logging a Workout
- Frontend: HTML, CSS, JavaScript
- Backend: Python
- Responsive Design: Ensures the app works seamlessly across different screen sizes, from mobile phones to desktop computers.
To get started with the Workout-Web app on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/Workout-Web.git cd Workout-Web pip install -r requirements.txt python app.py