Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 550 Bytes

File metadata and controls

13 lines (9 loc) · 550 Bytes

Random advice generator

Simple project to generate a random quote using react.js framework

This project is inspired from following online tutorial:- Javascript Mastery Youtube

Online demo:-

https://generateadvice.netlify.app/

App screen:-

I have simply changed the syntax from class based to hooks based trying to demonstrate the usage of useEffect method.