Skip to content

tramirez30/breaking-bad-quoteGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Breaking Bad Quote Generator

This project generates quotes from the Breaking Bad series using the Breaking Bad API.

Features

  • Fetches a list of Breaking Bad quotes from the API.
  • Utilizes the fetch method to retrieve data.
  • Iterates through each quote using the forEach() array method.
  • Inserts quotes dynamically into the HTML document using the DOM API.
  • Styled using Bulma CSS for a clean and modern design.

Status

This project is a work in progress.

Tech Stack

  • HTML: Structure of the webpage.
  • JavaScript: Fetching API data, handling DOM manipulation.
  • Bulma/CSS: Styling the webpage.

How to Run

  1. Clone the repository.
  2. Open index.html in a browser.
  3. The quotes will automatically load and display on the page.

Project Structure

Breaking-Bad/
│
├── index.html            # Main HTML file
├── css
  ├── style.css           # CSS file(s)
├── js                    # JavaScript file(s)
  ├── main.js                        # Images or other media
└── README.md             # Project documentation

Releases

No releases published

Packages

No packages published