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

https://github.com/harsh-pandhe/quotes

A simple web app that fetches and displays random quotes. Users can reload for a new quote or copy the current quote to the clipboard.
https://github.com/harsh-pandhe/quotes

Last synced: 3 months ago
JSON representation

A simple web app that fetches and displays random quotes. Users can reload for a new quote or copy the current quote to the clipboard.

Awesome Lists containing this project

README

        

# Quotes App

A simple web app that fetches and displays random quotes. Users can reload for a new quote or copy the current quote to the clipboard.

## Table of Contents

- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Technologies](#technologies)
- [License](#license)

## Features

- Fetches random quotes from an external API.
- Reload button to get a new quote.
- Copy-to-clipboard functionality for the current quote.
- Stylish and responsive UI with dark theme.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/harsh-pandhe/Quotes.git
```

2. Navigate to the project directory:

```bash
cd Quotes
```

3. Open `index.html` in your preferred web browser.

## Usage

1. Open the app in your web browser.
2. Click the "Reload" button to get a new random quote.
3. Click the "Copy to Clipboard" button to copy the current quote to your clipboard.

## Technologies

- HTML
- CSS
- JavaScript
- [Material Icons](https://material.io/resources/icons/)
- [Toastify](https://apvarun.github.io/toastify-js/)

## License

This project is licensed under the [MIT License](LICENSE).