-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5725f8
commit 3ef62b0
Showing
1 changed file
with
49 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |