An open API service indexing awesome lists of open source software.

https://github.com/alejandroq12/quotegenerator


https://github.com/alejandroq12/quotegenerator

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# quoteGenerator

Quotes generator


logo

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-)

# 📖 Quotes Generator

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.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[key_feature_1]**
- **[key_feature_2]**
- **[key_feature_3]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://alejandroq12.github.io/quoteGenerator/)

(back to top)

## 💻 Getting Started

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:

(back to top)

## 👥 Authors

👤 **Julio Quezada**

- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

(back to top)

## 🔭 Future Features

- [ ] **[new_feature_1]**
- [ ] **[new_feature_2]**
- [ ] **[new_feature_3]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project...

(back to top)

## 🙏 Acknowledgments

I would like to thank..

(back to top)

## ❓ FAQ (OPTIONAL)

- **[Question_1]**

- [Answer_1]

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)