https://github.com/alexisrodriguezcs/random-quote-machine
Web application that generates a random quote by making an API call to get a random quote to be displayed. User can then decide to either tweet the random quote or generate another random quote. (React, CSS)
https://github.com/alexisrodriguezcs/random-quote-machine
Last synced: 4 months ago
JSON representation
Web application that generates a random quote by making an API call to get a random quote to be displayed. User can then decide to either tweet the random quote or generate another random quote. (React, CSS)
- Host: GitHub
- URL: https://github.com/alexisrodriguezcs/random-quote-machine
- Owner: AlexisRodriguezCS
- License: mit
- Created: 2022-08-18T06:56:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T00:34:59.000Z (about 3 years ago)
- Last Synced: 2025-06-11T13:48:08.950Z (12 months ago)
- Language: SCSS
- Size: 652 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
# Random-Quote-Machine
Web application that generates a random quote by making an API call to get a random quote to be displayed. User can then decide to either tweet the random quote or generate another random quote.
## Demo
Here is a working live demo : https://codepen.io/AlexisRodriguez/pen/VwegEMX
## Built with
- [React](https://reactjs.org/) - open-source JavaScript framework and library developed by Facebook
- [Sass](https://sass-lang.com/) - is a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets.
- [HMTL](https://www.w3schools.com/html/) - standard markup language for documents designed to be displayed in a web browser.
## To-do
- Make background and text colors change when new quote button is clicked.
- (suggestions are most welcome).