Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 622 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 622 Bytes

Marvel API React Client

Project developed for Aceleradev React. It is a react client application that consumes the Marvel Rest API to display information about characters in the Marvel universe.

Check out the Demo!

Stack

  • React
  • Create React App
  • Redux
  • Redux-saga
  • React Router
  • Styled-components

Requirements

  • Node.js
  • Yarn
  • Marvel API public key

Installation

  • Clone this project
  • Install with yarn install
  • Create .env file with these environment variables
REACT_APP_PUBLIC_API_KEY=yourpublickey
NODE_PATH=src

Development

  • Run yarn start