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.
- Host: GitHub
- URL: https://github.com/harsh-pandhe/quotes
- Owner: harsh-pandhe
- License: mit
- Created: 2024-01-24T19:21:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T19:30:06.000Z (over 1 year ago)
- Last Synced: 2025-01-10T11:59:39.942Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).