This project is deployed here so feel free to check it out.
Made using react and typescript, the app will display a new random quote at set intervals, or on user input. The transitions are animated, fading in and out the quotes, as well as changing the hue of the background and text.
These instructions will help you setup a local development instance of the app.
git clone https://github.com/mrp175/quote-machine.git
cd quote-machine
npm install
npm start
Then go to http://localhost:3000 to view it in the browser.
