This is a workout tracker web app built with HTML, CSS, Vanilla (no frameworks) JavaScript, Bootstrap, PostgreSQL. Visit it live now.
Notable Features:
- Sign up and log into the site. User information (username, password, workouts) gets stored on a PostgreSQL database on the backend.
- Create workouts and add different exercises to them from the Exercises API from api-ninjas.com.
- Complete workouts and input the number of sets and reps for each exercise, which gets stored in the PostgreSQL database.