Git Product home page Git Product logo

pokedex's Introduction

pokedex

Pokedex example app using and teaching Relay and GraphQL

Live Demo: http://demo.learnrelay.org

Getting started

If you haven't done it already, checkout the interactive Learn Relay tutorial.

git clone [email protected]:learnrelay/pokedex.git
cd pokedex
git checkout step-01
npm install
npm start # open localhost:3000

Workflow

As you're following along the chapters in Learn Relay, you will work on seven small coding excercises each called a "step". Each step and its solution is available in this repository as an individual branch where you can jump between if needed.

Let's say you want to start with step 3, so you would run git checkout step-03. In case you're not too familiar with git, this command switches you over to the step-03 branch. The node_modules folder doesn't change, that means you don't need to run npm install again.

After you completed the step, you can compare your results to the official solution by running git diff origin/step-03-solution. In the best possible case this command shouldn't give you any output which means your and our solution are identical. It can happen that you found a different solution than we're proposing. That's totally fine, just continue with the next step and feel free to tell us about your solution. ๐Ÿ’ก

Help & Community Slack Status

Join our Slack community if you run into issues or have questions. We love talking to you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.