Skip to content

cscheffauer/pokedex

Repository files navigation

Pokedex App

GitHub package.json version GitHub repo size GitHub last commit GitHub issues

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

Coming up soon

  • Mobile responsiveness
  • More visual improvements to enhance the user experience

Tech

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

Installation

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

Development

Want to contribute? Great!

Fork it and add your own twists to it. Can't wait to see your ideas 🤓

Todos

Check out the open issues at the projects tab 📝

License

MIT

Free Software, Hell Yeah!