This is a simple webapp built with React Vite, Redux, and the Quotable Random Quote API. The app allows users to fetch quotes based on categories and bookmark their favorite quotes.
- React Vite: A fast and opinionated React setup with instant reloading
- Redux: A predictable state container for managing global app states
- Quotable Random Quote API: An open-source API for fetching random quotes
To use with the app, follow these steps:
-
Clone or download repo:
-
Install the dependencies : npm install
-
Start the development server : npm run dev