Skip to content

lucas-barros/marvel-api-react-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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