Workout Buddy is a web application built using the MERN (MongoDB, Express, React, Node.js) stack. It provides users with the ability to track their workouts, featuring user authentication using JSON Web Tokens (JWT). Users can add and delete their workouts conveniently through the app's intuitive interface.
Live Demo here
The app is developed using the following technologies:
Frontend: React.js
Backend: Express.js (Node.js)
Database: MongoDB
Authentication: JSON Web Tokens (JWT)
User Authentication: Secure user authentication is implemented using JSON Web Tokens (JWT), ensuring that users can securely create accounts, log in, and maintain their sessions.
Workout Tracking: Users can easily add and manage their workouts. The app allows users to input details of their workouts, making it convenient to keep track of their fitness routines.
Workout Deletion: The app provides the capability to delete workouts, enabling users to maintain an up-to-date and organized list of their fitness activities.