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
- Host: GitHub
- URL: https://github.com/saurabhnative/randomadvicegenerator
- Owner: saurabhnative
- Created: 2020-03-28T14:28:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T23:46:40.000Z (over 3 years ago)
- Last Synced: 2023-03-10T11:42:27.626Z (over 2 years ago)
- Topics: completed-project, online-demo-available, react
- Language: JavaScript
- Homepage:
- Size: 3.28 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random advice generator
Simple project to generate a random quote using react.js frameworkThis 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.