Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b863612
Criar app e layout inicial
FluffyThread Aug 30, 2022
d8aa1e4
Adicionar rotas
FluffyThread Aug 30, 2022
6845e43
Correção titulo pokedex
FluffyThread Aug 30, 2022
7fb38b5
Merge pull request #1 from future4code/leonardo-layout-inicial
Vitoria-NGaldino Aug 30, 2022
c3273e7
Adicionar métodos postman
FluffyThread Aug 30, 2022
aea5a4d
Alteração no arquivo json
FluffyThread Aug 30, 2022
04ccd58
Adicionar o json correto
FluffyThread Aug 31, 2022
678b2a5
Merge pull request #2 from future4code/leonardo-layout-inicial
Vitoria-NGaldino Aug 31, 2022
0e40aca
requisicao-pokemon
jessicalimaz Sep 1, 2022
399f1f6
Adicionar renderização dos pokemons tela home
FluffyThread Sep 1, 2022
60b5d79
Merge pull request #4 from future4code/teste-requisicao-pokemon
jessicalimaz Sep 2, 2022
26e8c9c
detalhes-pokemon
jessicalimaz Sep 4, 2022
d2e46ef
Merge pull request #5 from future4code/jessica1
FluffyThread Sep 4, 2022
6a6d271
Adicionar pokedex com estado global
FluffyThread Sep 5, 2022
2ae6d3d
Adicionar nomes nos cards
FluffyThread Sep 5, 2022
4b507f9
comentario
FluffyThread Sep 5, 2022
2caeac5
Separar arquivo do global state
FluffyThread Sep 6, 2022
eb1b663
Tentativa de correção pokedex
FluffyThread Sep 6, 2022
28ececf
Solução do bug página pokedex
FluffyThread Sep 6, 2022
73cbb8c
Merge pull request #6 from future4code/leonardo-pokedex-context
jessicalimaz Sep 7, 2022
aea510b
details-final
jessicalimaz Sep 7, 2022
d6253aa
Merge pull request #7 from future4code/jessica1
FluffyThread Sep 7, 2022
f4817ac
ajustes-renderizacao
Vitoria-NGaldino Sep 7, 2022
2f224fe
Merge pull request #8 from future4code/pokedex2-projeto
Vitoria-NGaldino Sep 7, 2022
bb54f52
Adicionar alteração de botões para evitar repetições
FluffyThread Sep 8, 2022
3dfe3ea
Apagar logs é partes não utilizadas e identar código
FluffyThread Sep 8, 2022
29e4d77
Update README.md
jessicalimaz Sep 8, 2022
88a3df1
Update README.md
jessicalimaz Sep 8, 2022
8521a4a
Update README.md
jessicalimaz Sep 8, 2022
02792f1
Update README.md
jessicalimaz Sep 9, 2022
4cb80f2
Merge pull request #9 from future4code/leonardo-evitar-repeticao
FluffyThread Sep 10, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 65 additions & 0 deletions Pokedex.postman_collection.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"info": {
"_postman_id": "9076bc58-e539-478c-a09d-43bdf49db6c1",
"name": "Pokedex",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "22367197"
},
"item": [
{
"name": "Get Pokemon List",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://pokeapi.co/api/v2/pokemon/?offset=20&limit=20",
"protocol": "https",
"host": [
"pokeapi",
"co"
],
"path": [
"api",
"v2",
"pokemon",
""
],
"query": [
{
"key": "offset",
"value": "20"
},
{
"key": "limit",
"value": "20"
}
]
}
},
"response": []
},
{
"name": "Get Pokemon Stats",
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://pokeapi.co/api/v2/pokemon/25/",
"protocol": "https",
"host": [
"pokeapi",
"co"
],
"path": [
"api",
"v2",
"pokemon",
"25",
""
]
}
},
"response": []
}
]
}
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# POKEDEX

Neste projeto, desenvolvemos uma Pokedéx, em que deveríamos pegar uma lista de pokemons a partir da API PokéAPI. Dentre os requisitos do projeto, foram criadas três páginas, Home: com os pokemons alimentados pela API, onde tem a possibilidade de ver os detalhes de cada um e adicionar à pokedex. Detalhes: Apresenta imagens do pokemon, tipo, habilidades e ataques. Pokedex: Contém os pokemons inclusos na pokedex, podendo remover cada um deles.

Nome dos integrantes:
- Pessoa 1
- Pessoa 2
- Pessoa 3
- Jéssica Oliveira de Lima
- Leonardo Barros de Souza
- Vitória Do Nascimento Galdino

Link do Surge: www.link.com.br
Link do Surge: http://dry-teaching.surge.sh/

O que funciona:
- Item 1
- Item 2
Tecnoligias utilizadas:
useContex, useNavigate, useState, useEffect, useParams, axios

O que não funciona:
- Item 3
- Item 4
Imagens do site:
![Captura de tela de 2022-09-08 20-34-18](https://user-images.githubusercontent.com/102320940/189243653-a550234a-1ee8-45a8-b839-d0dc6e253ad3.png)
![Captura de tela de 2022-09-08 20-34-31](https://user-images.githubusercontent.com/102320940/189243654-897305f5-9b79-426b-a0c4-570e25b1c426.png)
![Captura de tela de 2022-09-08 20-34-49](https://user-images.githubusercontent.com/102320940/189243656-1dc61b11-e72e-42c7-9f5b-cb844e4106e1.png)
23 changes: 23 additions & 0 deletions projeto-pokedex/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
70 changes: 70 additions & 0 deletions projeto-pokedex/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

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](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
Loading