Health Challenge Tracker๐คธโโ๏ธ
Health Challenge Tracker is a web application for tracking and exploring workout activities. Users can add, filter, and view detailed workout progress.
- Add Workout: Add workout details including name, duration, and type.
- Filter Workouts: Search workouts by name or filter by type.
- View Progress: See detailed workout progress for each user.
- Pagination: Navigate through users with pagination.
- Go to the "Add Workout" page.
- Enter workout details: name, duration, and type.
- Submit to add the workout.
- Visit the "Explore" page.
- Use the search bar to filter by name.
- Use the dropdown to filter by workout type.
- On the "Explore" page, click a user's name.
- View detailed workout progress for the selected user.
-
Clone the repository:
git clone https://github.com/shantanupawarcode07/Health-Challenge-Tracker cd Health-Challenge-Tracker
-
Install dependencies
npm install
- Run the project
npm start
- You can access the project at http://localhost:4200