An open API service indexing awesome lists of open source software.

https://github.com/saurabhnative/randomadvicegenerator

Generate random advice
https://github.com/saurabhnative/randomadvicegenerator

completed-project online-demo-available react

Last synced: 5 months ago
JSON representation

Generate random advice

Awesome Lists containing this project

README

          

# 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](https://youtu.be/o5CdCETh8cQ)

## 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.