Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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. 😉