A simple web app that fetches and displays data from the Futurama API, showcasing characters from the iconic animated series.
- Fetch and display:
- Characters
- Simple UI for browsing and viewing content
- Modal for preview Characters data
- Loading indicator during API requests
- Responsive layout
- HTML & CSS
- JavaScript (Vanilla)
- Futurama API
FuturamaAPI/
β
βββ index.html // Main HTML page
βββ style/ // Styling
β βββ index.css
β βββ stylech.css
βββ code/ // JavaScript logic
β βββ index.js
β βββ methods.js
βββ characters/- Clone or download the repository:
git clone https://github.com/Prog-Academy-projects/FuturamaAPI.git- Open index.html in your browser.
- Enjoy exploring the Futurama universe!
This is a beginner-friendly project built for practice with fetch API and DOM manipulation.
No frameworks or build tools are used.