Skip to content

:atom: This app interacts with the Marvel Developer Portal API to get characters, comics and information about them.

Notifications You must be signed in to change notification settings

mudaston/React-Marvel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦸 React Marvel

GitHub repo size GitHub code size in bytes

This app interacts with the Marvel Developer Portal API to get characters, comics and information about them.


Demo

https://mudaston.github.io/React-Marvel


Screenshots

System Requirements


Run Locally

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

Lessons Learned

In this project, I learned how to work with an API (in this case is the Marvel API), do pagination and change page metadata.


Additional

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.