Skip to content

scottklein7/max-lifts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Max Reps

Max Reps is a full CRUD workout log application. The application allows a user to log an exercise for one of five muscle groups. The user can see their exercises by clicking on the desired muscle group, which then brings them to the exercise index page. The user then has the choice to create a new exercise, or see a specific exercise by clicking on it. If the user decides to create a new exercise they are then brought to a new exercise form, which logs the goals for that exercise. If the user chose to view their exercise, it then brings them to the show page of that exercise. On this page the user sees all their exercise information. They can also choose to post the results to this exercise, or edit the exercise. Posting the results brings the user to a results form, where they log their post exercise data. If they chose to edit the exercise, it brings the user to an edit page where they can edit their whole exercise.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript
  • mongoDB
  • mongoose
  • node.js
  • express.js
  • EJS templates
  • EJS partials
  • Bcrypt
  • MVC architecture
  • Google Fonts

Screenshots

Wireframe

screenshot 1

Landing Page

screenshot 2

Login Page

screenshot 3

Home Page

screenshot 4

Muscle Group Index Page

screenshot 5

New Page

screenshot 6

Show Page

screenshot 7

Post Results Page

screenshot 8

Edit Exercise Page

screenshot 9

Getting Started

Click here to see the site live

Future Enhancements

  • Add and API that has relevant exercises available for that muscle group
  • Split workouts by upper lower
  • Add a complete workout session
  • Add a search feature

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published