Skip to content

Neootic3/Random-Quote-Generator-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote Generator

A simple web application that displays random motivational quotes using the API Ninjas Quotes API.

Features

  • 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)

How It Works

  1. When the user clicks the "Random Quote" button, the app sends a GET request to the API Ninjas Quotes API.
  2. The API returns a random quote in JSON format.
  3. The quote and author are displayed on the page.

Setup

  1. Clone or download this repository.
  2. Open index.html in your browser.
  3. Replace 'YOUR_API_KEY_HERE' in script.js with your own API Ninjas API key.
  4. Click the "Random Quote" button to load a new quote.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors