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