This project generates quotes from the Breaking Bad series using the Breaking Bad API.
- 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.
This project is a work in progress.
- HTML: Structure of the webpage.
- JavaScript: Fetching API data, handling DOM manipulation.
- Bulma/CSS: Styling the webpage.
- Clone the repository.
- Open index.html in a browser.
- The quotes will automatically load and display on the page.
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