/api-marvel-react

React application that consumes and displays data from the Marvel API

Primary LanguageJavaScript

API Marvel React.js

Application that consumes data from Marvel Developers API

deployment: https://api-marvel-react-master-eh122nonx.now.sh/


Get started

configure your environment variables

REACT_APP_PRIVATE_KEY = xxxxxxxxxxxx
REACT_APP_PUBLIC_API_KEY = xxxxxxxxxxxxx

Install

npm i

Run

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

This project was bootstrapped with Create React App.


Notes

  • night mode option is in the footer
  • pagination missing
  • missing adding the PropTypes to the components