pokemon-react-graphql

A Pokedex built with React and GraphQL!

Uses the graphql-pokemon GraphQL API.

This project was bootstrapped with Create React App.

Development

  • npm install to install project dependencies
  • npm start to run the app in development mode and open a local preview in your browser
  • npm test to run tests

Todo

  • Build components for each page
  • GraphQL queries with Apollo
  • Routing with React Router Reach Router
  • Unit tests for components
  • Styling
  • Routing tests - would require an end-to-end testing setup