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!
- React
- Create React App
- Redux
- Redux-saga
- React Router
- Styled-components
- Node.js
- Yarn
- Marvel API public key
- Clone this project
- Install with
yarn install
- Create .env file with these environment variables
REACT_APP_PUBLIC_API_KEY=yourpublickey
NODE_PATH=src
- Run
yarn start