This project is a workout management application that allows users to create, read, update, and delete workout documents. It uses a MongoDB backend with Mongoose for database interactions, and the frontend is built with React, Tailwind CSS, and Vite.
- Frontend:
- React
- Tailwind CSS
- Vite
- ESLint
- Backend:
- Express
- MongoDB
- Mongoose
- Create Workout: Users can create new workout entries with details like exercise name, repetitions, sets, and weight.
- View Workouts: Users can view a list of all their workouts.
- Update Workout: Users can update existing workout entries.
- Delete Workout: Users can delete workout entries.
- Node.js
- npm
- MongoDB
- Clone the repository:
git clone https://github.com/your-username/workout-app.git cd workout-app