This is a workout tracking web application demonstrating CRUD operations, built with ASP.NET MVC, C#, and Entity Framework.
This is the menu to add an exercise, where you can also add a picture of the exercise so it is even easier to use for beginners if they don't know the name of an exercise.

And this is a screenshot of the application after adding the new exercise.

- Create and Log Workouts: Easily add new exercises, sets, reps, and weights.
- View History: See a comprehensive list of past workouts.
- Update and Edit: Modify existing entries if you made a mistake.
- Delete Records: Remove old or unwanted workout data.
- Responsive Design: Clean and accessible user interface.
- Framework: ASP.NET Core MVC
- Language: C#
- Database: Microsoft SQL Server (LocalDB)
- ORM: Entity Framework Core
- Frontend: HTML, CSS
