DEV Community

Cover image for Build a Random Quote Machine with React

Build a Random Quote Machine with React

Tunde Oyewo on June 14, 2020

Click here to view the Demo This tutorial is about how to build a simple Random Quote generator using React and to be able to share the quote on...
Collapse
 
bryangarciad profile image
Bryan Ramses Garcia

Cool article! Really helpful for the users that are starting with React 👍

Collapse
 
thinkc profile image
Tunde Oyewo

Thanks Bryan

Collapse
 
hraverkar profile image
Harshal Raverkar

Cool article ! I have done the same project in angular 9 with using the forismatic API.
https://github.com/hraverkar/DailyQuotes

Collapse
 
thinkc profile image
Tunde Oyewo

Thanks. Nice one Harshal!

Collapse
 
linuxxraza profile image
Hassan raza

Loved it, keep sharing cool stuff 💙😇

Collapse
 
thinkc profile image
Tunde Oyewo

Will do. Thanks 😊

Collapse
 
alti21 profile image
Altemush Bhatti

Awesome article! It helped me practice react as I'm currently learning it!

Collapse
 
thinkc profile image
Tunde Oyewo

Great, glad it helped

Collapse
 
kgprajwal profile image
Prajwal

Amazing article! Cool and Simple!

Collapse
 
thinkc profile image
Tunde Oyewo

thanks

Collapse
 
coderjai profile image
Jai Marshall

This was awesome and very easy to follow.

Collapse
 
thinkc profile image
Tunde Oyewo

Thanks!

Collapse
 
warix3 profile image
Warix3

Nice article, but I think the shuffleQuotes function is not necessary. It should work even without it because you already access by a random index. I didn't test it though, I might be wrong