Quote App

To get more practice with React Hooks, we will refactor another simple React app in this chapter. The original app is 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!

You can download the original application here, whereas the refactored react-app can be downloaded from here. In addition, a deployed version is here.