Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguel-nascimento/pokereact
⚛️ Pokédex application build in React
https://github.com/miguel-nascimento/pokereact
Last synced: 8 days ago
JSON representation
⚛️ Pokédex application build in React
- Host: GitHub
- URL: https://github.com/miguel-nascimento/pokereact
- Owner: miguel-nascimento
- Created: 2020-10-27T23:48:39.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-03T03:32:18.000Z (about 4 years ago)
- Last Synced: 2024-08-01T13:22:03.931Z (3 months ago)
- Language: TypeScript
- Homepage: https://pokereact-git-main.miguel-nascimento.vercel.app/
- Size: 430 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PokéReact
**A Pokédex application build in React ⚛️**
![SitePreview](https://i.imgur.com/gfd9cEw.gif)
All 893 pokémons, with a dynamic search.
Available [here](https://pokereact-eight.vercel.app/)
Data collected using [PokéApi](https://pokeapi.co/), a simple and public API.
## TODO
- [x] Dark theme.
- [x] Mouse hover animation.
- [ ] More pokémon information (type, generation, moveset, stats) when click on card.
- [ ] Better search system to find for exemple: _dark and dragon gen IV_
- [ ] Lazy load and adjust the search system for this
- [x] Better scrollbar?Project initialized with [create-react-app](https://github.com/facebook/create-react-app)
Feel free to create a pull request. 😉