https://github.com/schafeld/react-random-quote
Random quote web app, inspired by FreeCodeCamp React quiz.
https://github.com/schafeld/react-random-quote
javascript react
Last synced: 2 months ago
JSON representation
Random quote web app, inspired by FreeCodeCamp React quiz.
- Host: GitHub
- URL: https://github.com/schafeld/react-random-quote
- Owner: schafeld
- License: mit
- Created: 2020-02-22T10:01:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-06T19:43:17.000Z (over 6 years ago)
- Last Synced: 2025-03-14T16:47:36.029Z (over 1 year ago)
- Topics: javascript, react
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# react-random-quote
Random quote web app, inspired by [FreeCodeCamp React quiz](https://www.freecodecamp.org/learn/front-end-libraries/front-end-libraries-projects/build-a-random-quote-machine). Framework chosen: React (without build tool like npm).
## FreeCodeCamp Test Suite Template (Testing Boilerplate)
The implemented test suite can be found at this original CodePen: [https://codepen.io/freeCodeCamp/pen/MJjpwO](https://codepen.io/freeCodeCamp/pen/MJjpwO).