Skip to content

Onnion/marvel-catalog

Repository files navigation

Maintainability Test Coverage Build Status Heroku

Marvel Calalog

Demo

This project was bootstrapped with Create React App.

Stack

Development

  • react + typescript
  • redux + redux-saga
  • react-router-dom
  • styled-components
  • axios

External APIs

  • Marvel

  • Google Translate

    The Google Translate api changed the way to obtain a key, so the project now no longer has the option to search for characters in pt-BR, only en.

Installation & Environments

Copy env.exemple.ts to src/configs/env.ts and set environment variables then run following

  $ yarn install

Running

Application

 $ yarn start