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...
For further actions, you may consider blocking this person and/or reporting abuse
Cool article! Really helpful for the users that are starting with React 👍
Thanks Bryan
Cool article ! I have done the same project in angular 9 with using the forismatic API.
https://github.com/hraverkar/DailyQuotes
Thanks. Nice one Harshal!
Loved it, keep sharing cool stuff 💙😇
Will do. Thanks 😊
Awesome article! It helped me practice react as I'm currently learning it!
Great, glad it helped
Amazing article! Cool and Simple!
thanks
This was awesome and very easy to follow.
Thanks!
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