Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 930 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 930 Bytes

Marvel Heroes

Marvel Heroes is a project based on a code challenge made by a great company in Brazil looking for Software Engineers.

Developers:

Goals and Rules:

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.

Demo

Tutorial

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

Thank you!