Website using Rick and Morty APIs. It lists Rick and Morty's characters.
π Live Preview
- 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