https://github.com/saurabhnative/randomadvicegenerator
Generate random advice
https://github.com/saurabhnative/randomadvicegenerator
completed-project online-demo-available react
Last synced: about 1 month ago
JSON representation
Generate random advice
- Host: GitHub
- URL: https://github.com/saurabhnative/randomadvicegenerator
- Owner: saurabhnative
- Created: 2020-03-28T14:28:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-18T23:46:40.000Z (over 4 years ago)
- Last Synced: 2026-04-30T13:33:17.109Z (about 1 month 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 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.