Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 867 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 867 Bytes

Random-quote-machine

random quote machine is a react app that generate random quotes each time you click on the "new quote" button. this app uses React hooks, useState to manage states such as quotes, loading, error. And colors, which changes on every click. as well the useEffect to fetch the data on the first render. uses of framer motion to add some animation at the first render and also for button. You can also tweet the quotes you like !!

Improvements I'd like to add

Animate how the quotes changing the page ( random animation everytime)

The API used on this app

https://type.fit/api/quotes

Installation

  • First, use npm install to install all the dependencies.
  • then start the devolopment server npm start.
  • for more information please refer to react-app

Try it !!

https://redapy.github.io/random-quote-machine/