This project is a simple web application that generates motivational quotes using an external API.
- HTML
- CSS
- JavaScript
- External API.
- Generates random motivational quotes.
- Simple and responsive design using HTML and CSS.
- Dynamically updates quotes using JavaScript and fetch API.
To use the quote generator:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/quote-generator.git cd quote-generator -
Open index.html in your web browser.
-
Click on the "Generate Quote" button to fetch and display a new motivational quote.
After cloning, your project should look like this:
quote-wizard/
├── assets/
│ ├── images/
│ ├── music/
│ └── icons/
├── index.html
└── style.css