Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius-goncalves authored Aug 27, 2024
1 parent c5725f8 commit 3ef62b0
Showing 1 changed file with 49 additions and 3 deletions.
52 changes: 49 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,59 @@
<div align="center">
<img src="https://github.com/vinicius-goncalves/projects/blob/main/assets/pokedex98/rayquaza-128x128.png">

![][icon]

</div>

# Pokedex98
A project using PokedexAPI with a window 98 like-style.

<br />

<div align="center">

![][project-banner]

</div>

<div>

## Introdution
One of my first projects, Pokedex98 was a beginner project using tools like [PokéAPI][pokeapi], that beginners usually use when learning HTTP request for the first time. Instead of building a simple project, I challenge myself by creating a Pokédex with Window 98-based themes. The project has features such as drag-and-drop popups, search Pokémons by name or ID, infinite scroll, and more.

</div>

<div>

[commnet]: # (assets)
## Technologies used
Those are the main technologies I used to build this project.

| 💻 languages | 📚 libraries & frameworks |
| :-------------: | :-----------------------: |
| ![][typescript] | ![][pokeapi-badge] |
| **-** | **-** |
| **-** | **-** |

</div>

<div>

## Try it out
You can try this project out by clicking on the follow link: [pokedex98.vinicius-goncalves.com][try-it-out-path].

</div>

[commnet]: # (assets-path)

[project-banner]: <https://github.com/vinicius-goncalves/projects/blob/main/assets/pokedex98/project-banner.png> "Project Banner - Pokedex98"
[icon]: <https://github.com/vinicius-goncalves/projects/blob/main/assets/pokedex98/rayquaza-128x128.png> "Rayquaza"
[pokeapi-badge]: <https://img.shields.io/badge/Pok%C3%A9API-323330?style=for-the-badge&logo=pokemon> "PokéAPI"
[typescript]: <https://img.shields.io/badge/TypeScript-323330?style=for-the-badge&logo=typescript&logoColor=3077C5> "TypeScript"

[commnet]: # (assets-path)

[comment]: # (reference-links)

[pokeapi]: <https://pokeapi.co/> "PokéAPI"
[try-it-out-path]: <https://pokedex98.vinicius-goncalves.com> "Pokedex98"

[commnet]: # (assets)
[comment]: # (reference-links)

0 comments on commit 3ef62b0

Please sign in to comment.