An aplication created to search characters of Marvel. Using the API (https://developer.marvel.com/docs)
https://marvel-buriti.netlify.app/
#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 - The list of characters are displayed on a table with pagination
#Menu - An responvivle menu with navigation to the credentials screen and Home screen
#Description Page - On the Description screen you can see the description with image and comics that the character participated(with pagination)
After cloned the project (git clone https://bitbucket.org/epburiti/marvel.git) use the command:
For the installation of the project facilities (package.json).
At the root of the project, use the command:
This will start the development server at the address http://localhost:8080
To use the system in production use the command:
This will start the production server.