Gym-Buddy is a javascript web app for logging and tracking workouts.
Initial features:
- Adding a workout
- Getting a workout
- Getting all workouts
- Editing a workout
- Deleting a workout
Future features:
- Authentication (Login/Logout)
- Different types of workouts
- Friend other users
- View and interact with other users workouts
- Visualizations of workout data
The main purpose of me building this app is for me to learn the MERN (MongoDB, Express, React, Node.js) stack of web development. Also, it will be some motivation to get me to go the gym more lol.
I am currently working on the authentication.