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.
- 🔍 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
- HTML5
- CSS3
- JavaScript (Vanilla)
- Marvel Developer API
- MD5.js
Live Project: Marvel Hero Finder 🚀
- 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.
- Clone the repository
git clone https://github.com/yourusername/marvel-hero-finder.git