As a fitness user, I am able to search for my own workouts, so that I can easily reference them, whether I need to edit them or even create more later.
As a fitness user, I am able to search for my own workouts, so that I can easily reference them, whether I need to edit them or even create more later.
Tasks
1. Search for Muscle Groups (via Search Bar)(5 Hours): #15
[x] Implement a search bar for typing muscle group names.
[x] Display search results dynamically based on the entered muscle group.
[x] Create a dropdown or list for muscle group selection.
[x] Fetch exercises based on the selected muscle group from the database (Firestore).
[x] Display filtered exercises on the frontend based on user selection.
[x] Check if the user has workouts present, if they don't ask them to add one.
2. Filter Exercises by Muscle Group(3 Hours): #16
[x] Add a filter button that allows users to filter exercises further, available on the muscle group page and the workout list page.
As a fitness user, I am able to search for my own workouts, so that I can easily reference them, whether I need to edit them or even create more later.