React application that displays inspirational quotes, allowing users to browse, favorite, and customize the interface theme.
This project was built independently as part of an intensive hands-on learning process, focusing on React application structure and state management.
- Fetch quotes from external API
- Display random quotes
- Favorite quotes
- Theme switching using Context API
- Multi-page navigation
- React
- Vite
- JavaScript
- Context API
- CSS
- Separation of concerns (pages, components, UI, utils)
- Global state management using Context API
- API abstraction for external requests
npm install
npm run dev