Skip to content

Alfe3n/Quotiful

Repository files navigation

Quotiful

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.

Technologies Used

  • 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

Getting Started

To use with the app, follow these steps:

  1. Clone or download repo:

  2. Install the dependencies : npm install

  3. Start the development server : npm run dev