/marvel-showcase

Demo React App using Marvel API to explore characters of the universe

Primary LanguageJavaScript

Marvel Showcase

Demo React App using the Marvel API to show informations about all the characters.

Marvel Logo

Instructions to start the app

git clone https://github.com/tpompon/marvel-showcase.git

cd marvel-showcase

npm install

npm start

Features

  • List of super-heroes based on Marvel API
  • Pagination by first letter of characters
  • Pagination infinite while scrolling to bottom (20 per 20)
  • Characters pages with more informations (still given by the Marvel API)

Requirements

  • NodeJS

Good to know

  • API could be a bit longer to respond
  • API Key is limited to 300 requests per day