User Story / Goal
As a user, I want to search for courses on the website so that I can quickly find courses I am interested in.
Acceptance Criteria
Technical Breakdown (Optional)
- Create a new search component in the apps/web package.
- Use a state management solution to hold the full course list and the filtered results.
- Fetch /assets/courses.json when the main app component loads.
- The course id (slug) will be used to navigate to the course's detail page.
Designs / Mockups (Optional)
No response
User Story / Goal
As a user, I want to search for courses on the website so that I can quickly find courses I am interested in.
Acceptance Criteria
Technical Breakdown (Optional)
Designs / Mockups (Optional)
No response