Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 354 Bytes

File metadata and controls

9 lines (6 loc) · 354 Bytes

Quote App

A simple web application that displays "quote of the day" from Zen Quotes API. The app can also fetch and show a random quote. It is built using React and Chakra UI, and it has a dark theme!

Run locally

  1. Clone this repository.
  2. Install dependencies using npm install.
  3. Run the app using npm start run.