-
Redux Toolkit;
-
Material-UI;
-
Axios;
-
Create React App;
-
React Testing Library;
-
Adicionado paginação;
-
Adicionado parâmetros de paginação e pesquisa na URL.
-
Crie uma lista de cards para exibir os personagens mostrando a imagem e o nome; Feito
-
Possibilite o usuário buscar personagens; Feito
-
Na lista o usuário pode ir para a página de detalhes do personagem e ver a lista de series dele; Feito
-
Crie um formulário para editar um personagem Marvel (salvando apenas no client-side); Feito
-
Utilize o create-react-app como base; Feito
-
Utilize redux para gerenciar o estado; Feito
-
Utilize react-router para trocar de página; Feito
-
Utilize @testing-library/react para testes; Feito
-
Crie uma pipeline no GitLab; (Exemplo: build => test => deploy); N feito
-
Substituir o redux pelo Local state management do Apollo Client (caso esteja utilizando a MarvelQL); Não estava funcionando a MarvelQL
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.