This fitness application is a workout tool that helps users structure their own workouts with specific goals for strength in mind.
Backend | Frontend |
---|---|
TypeScript | TypeScript |
NodeJS | ReactJS |
ExpressJS | MaterialUI |
InversifyJS | |
MongoDB |
The API handles the data flow for CRUD functionality surrounding exercises, workouts, users, and authentication. It was built using Node, Express, TypeScript, and MongoDB. View repository.
The client application handles the user experience with account creation & authentication, workout creation, and workout generation. View repository.
The content management system handles the data creation for exercises and user management. View repository.