Website using Rick and Morty APIs. It lists Rick and Morty's characters.
- Node: 14.17.6
- npm: 7.22.0
REACT_APP_RM_API: Rick and Morty api gateway url (https://rickandmortyapi.com/graphql)
Install package with yarn
Copy example environment cp .env.example .env
Fill blank fields on .env
Start the project with yarn start
Test the project yarn test
├─ assets : images & styles resources
├─ components : pure components
├─ containers : complex components with store access
├─ graphql : grapqhl client configurations & queries
├─ layout : layout components & template
├─ screens : main screens
├─ types : typescript type definition