This Pokedex App allows you to search for your favourite Pokemon.
- See how the Pokemons will be catched
- Search for your favourite Pokemon at the top
- Check out the details of each Pokemon, like attacks and evolutions
- Mobile responsiveness
- More visual improvements to enhance the user experience
This Pokedex App uses a number of open source projects to work properly:
- React - a JS library for building user interfaces!
- React.lazy - to render React components dynamically
- Redux - a predictable state container for JS apps
- Redux Thunk - Redux middleware
- React-Relay - GraphQL Client (by Facebook)
- GraphQL - new query language for an API
This website was built and tested with Yarn v1.22.4 and npm v6.13.4
Install the dependencies and start.
$ cd pokedex
$ yarn install
$ yarn run relay
$ yarn start
Want to contribute? Great!
Fork it and add your own twists to it. Can't wait to see your ideas 🤓
Check out the open issues at the projects tab 📝
MIT
Free Software, Hell Yeah!