Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.08 KB

File metadata and controls

45 lines (29 loc) · 1.08 KB

🔥 Marvel Hero Finder

A web app built using HTML, CSS, and JavaScript, powered by the Marvel API, that lets you search for any Marvel superhero and view their image, name, and description.

🚀 Features

  • 🔍 Search any Marvel superhero by name
  • 🖼️ Displays hero's image and description
  • ⚡ Marvel API integration
  • 🎨 Clean, responsive UI with transparent themed background
  • 📱 Mobile-friendly design

🛠️ Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)
  • Marvel Developer API
  • MD5.js

📸 Demo

Live Project: Marvel Hero Finder 🚀


🧠 How It Works

  • The user types a Marvel hero name.
  • JavaScript fetches data from the Marvel API using your public key, timestamp, and MD5 hash.
  • The UI updates dynamically to display image and hero description.

📦 Setup Instructions

  1. Clone the repository
    git clone https://github.com/yourusername/marvel-hero-finder.git