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!
- Clone this repository.
- Install dependencies using
npm install
. - Run the app using
npm start run
.