This app interacts with the Marvel Developer Portal API to get characters, comics and information about them.
https://mudaston.github.io/React-Marvel
Clone the project
git clone https://github.com/mudaston/React-Marvel.git
Go to the project directory
cd React-Marvel
Install dependencies
npm install
Start the server
npm run start
Open in a browser
http://localhost:3000
In this project, I learned how to work with an API (in this case is the Marvel API), do pagination and change page metadata.
Sometimes the app can get the same data from the api request on the comics page, i don't know why this happens, but i checked it multiple times and really can't realize the problem. Method is the same as on the characters page and even the context is the same, so i think - it's API's problem.