GitHunt

Marvel-API

Marvel-API explorer with features: Live Demo

  1. Fetch characters from marvel.
  2. Fetch details of a single character.
  3. Search characters with keywords.
  4. Add and remove favourite characters.

Highlights:

  • Local storage is used to store the favourite characters.
  • Calling api is skipped while displaying the favourite characters list by storing the key data (need to display cards) in local storage - Reduces the api calling overhead and loads page faster.

List of APIs Used :

  1. /v1/public/characters
  2. Fetches lists of comic characters with optional filters. See notes on individual parameters below.
  3. /v1/public/characters/{characterId}
  4. This method fetches a single character resource. It is the canonical URI for any character resource provided by the API.

Click Here ! To explore the world of Marvel.

Marvel api is copyright of © 2022 MARVEL.

Data provided by Marvel. © 2022 MARVEL

Screenshots:

Home Page:

Homepage

Hero Details Page:

Details

Languages

JavaScript45.6%CSS31.1%HTML23.4%

Contributors

Created December 13, 2022
Updated January 9, 2025