Marvel Heroes is a project based on a code challenge made by a great company in Brazil looking for Software Engineers.
The main goal was to create a back-end script in Python language Flask that fetched Marvel API and treated the payload data for a React pagination website.
The back-end is in this repository: Marvel Scripts
And some rules was that pagination as mandatory, along showing all heroes and to be able to choose up to 6 heroes and no more than that.
To be able to run this project in your machine, make sure you have NodeJS installed.
git clone https://github.com/marcosnaofazisso/marvel-heroes.git
npm install
npm start