A simple web application that displays random motivational quotes using the API Ninjas Quotes API.
- Random quote generation with a single button click
- Live data fetched from the API Ninjas Quotes API
- Clean and responsive user interface
- Built with HTML, CSS, and JavaScript (using jQuery for AJAX)
- When the user clicks the "Random Quote" button, the app sends a GET request to the API Ninjas Quotes API.
- The API returns a random quote in JSON format.
- The quote and author are displayed on the page.
- Clone or download this repository.
- Open
index.htmlin your browser. - Replace
'YOUR_API_KEY_HERE'inscript.jswith your own API Ninjas API key. - Click the "Random Quote" button to load a new quote.