/marvel-app

Listing and details of marvel characters using ReactJS, Redux, Redux Saga, TDD(jest), BabelJS e Webpack

Primary LanguageJavaScript

Mavel Characters

About

An aplication created to search characters of Marvel. Using the API (https://developer.marvel.com/docs)

Demonstration

https://marvel-buriti.netlify.app/

🚀 Technologies Used

Pages & Menu

#Credential page - the user need to enter whith the public and private key provided by the Marvel developer site, the keys are validated and if they are correct the user is directed to the home screen.

Home page

#Home Page - The list of characters are displayed on a table with pagination

example

#Menu - An responvivle menu with navigation to the credentials screen and Home screen

example

#Description Page - On the Description screen you can see the description with image and comics that the character participated(with pagination)

example

After cloned the project (git clone https://bitbucket.org/epburiti/marvel.git) use the command:

yarn

For the installation of the project facilities (package.json).

At the root of the project, use the command:

yarn dev

This will start the development server at the address http://localhost:8080

To use the system in production use the command:

yarn build

This will start the production server.