Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commit-do-projeto-api-ozemela-joao-matheus-franca #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
61 changes: 0 additions & 61 deletions README.md

This file was deleted.

23 changes: 23 additions & 0 deletions my-app/.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*
35 changes: 35 additions & 0 deletions my-app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
*** Pokédex: ***
This is a Pokédex web application that allows users to explore information about different Pokémon. It consists of three pages: Home, Pokédex, and Detail.



*** Features: ***
- Home Page: Displays a collection of Pokémon cards styled after the Trading Card Game (TCG) cards. Each card represents a different Pokémon and provides a brief summary.
- Pokédex Page: Lists all the Pokémon in a grid or list format, allowing users to browse through the collection.
- Detail Page: Shows detailed information about a specific Pokémon, such as its name, type, abilities, and stats. This page is accessed by clicking on a Pokémon card in the Pokédex page or by using the plus button.



*** Technologies Used ***
React.js - CSS - PokéAPI: A RESTful API used to fetch Pokémon data.



*** USAGE: ***
- Home Page:
Scroll through the collection of Pokémon cards.
- Pokédex Page:
Browse through the Pokémon collection.
Click on a Pokémon to view its detailed information.
- Detail Page:
View detailed information about a specific Pokémon.
Click on the plus button to navigate to the Detail Page for that Pokémon.



*** Contributing ***
Contributions are always welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.



``` surge: https://pokedexnobustage2.surge.sh ```
Loading