Marvel information portal
React app for searching information about Marvel heroes and comicbooks. Require an API key - you need to create .env file in the root folder, get api key from https://developer.marvel.com/, and then add it into .env file like this: REACT_APP_API_KEY = "your-key"
Install npm first and run the project:
yarn
yarn start