https://github.com/alejandroq12/quotegenerator
https://github.com/alejandroq12/quotegenerator
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alejandroq12/quotegenerator
- Owner: Alejandroq12
- Created: 2022-10-18T05:53:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T18:10:17.000Z (over 1 year ago)
- Last Synced: 2025-04-04T05:51:09.344Z (28 days ago)
- Language: CSS
- Homepage: https://alejandroq12.github.io/quoteGenerator/
- Size: 34.2 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# quoteGenerator
![]()
Quotes generator
# 📗 Table of Contents
- [quoteGenerator](#quotegenerator)
- [📗 Table of Contents](#-table-of-contents)
- [📖 Quotes Generator ](#-quotes-generator-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)This is a quote generator in which asynchronous requests are made.
1- The DOM is manipulated;
2- Interesting things are used such as the Math.random() function;
3- The Math.floor() function it is used because I wanted to round down numbers in order to return the largest integer;
4- The class.List property is used to access the class of an element;
5- And, the "await" operator is implemented to wait for a promise. Remember that the "await" operator can only be used within an asynchronous function.Client
- **[key_feature_1]**
- **[key_feature_2]**
- **[key_feature_3]**
- [Live Demo Link](https://alejandroq12.github.io/quoteGenerator/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
### Install
Install this project with:
### Usage
To run the project, execute the following command:
### Run tests
To run tests, run the following command:
### Deployment
You can deploy this project using:
👤 **Julio Quezada**
- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)
- [ ] **[new_feature_1]**
- [ ] **[new_feature_2]**
- [ ] **[new_feature_3]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project...
I would like to thank..
- **[Question_1]**
- [Answer_1]
This project is [MIT](./LICENSE) licensed.