This application displays a random quote when users visit the page and allows them to generate a new random quote or copy it to their clipboard.
This project is part of a challenge from devchallenges.io. It provides a great opportunity to gain practical experience in utilizing external APIs within your application. The task involves creating a simple application for generating random quotes, which will necessitate the use of an external API.
- Displays a random quote on page load.
- Displays a new random quote when the "Random" button is clicked.
- Allows users to copy the quote to the clipboard.
- Responsive design for various screen sizes.
- HTML
- CSS
- Vanilla JavaScript
Check out the live demo