A modified Quotes application modifying with React that allows users to browse inspirational quotes, filter by categories, and save favorite quotes locally.
- Browse a list of quotes fetched from an external API.
- Filter quotes by categories like Leadership, Empathy, Motivation, Learning, Success, and Empowerment.
- Add up to 3 favorite quotes to your personal list.
- Remove quotes from favorites as needed.
- Persistent favorites stored in
localStorage. - Responsive UI built with React functional components and hooks.
- React (Functional Components & Hooks)
- JavaScript (ES6+)
- CSS (modular and reusable)
- Browser
localStorage - Fetch API for remote quotes data