A full-stack web application designed for tracking and logging workouts. This app allows users to log their exercises, set workout goals, and track progress with visual indicators. It features user authentication, dynamic content rendering, and form validation for a smooth, intuitive user experience.
- User Authentication: Users can sign up, log in, and log out.
- Workout Session Creation: Create, view, and manage workout sessions.
- Exercise Logging: Log exercises, sets, reps, and weights for each session.
- Progress Tracking: View historical workout data and track progress with visual indicators.
- Goal Setting: Set workout goals and track progress towards achieving them.
- Responsive Design: Built with HTML/CSS and Bootstrap, ensuring a mobile-friendly experience.
- Backend: Python, Django
- Database: SQLite (via Django ORM)
- Frontend: HTML, CSS, Bootstrap
- User Authentication: Django’s built-in authentication system
- Templating: Django templating for dynamic content rendering
-
Clone the repository:
git clone https://github.com/yourusername/workout-tracker-web-app.git cd workout-tracker-web-app