Th3Wall / odyssey-lift-off-part5-client

Odyssey Lift-off V - Client - Course Companion App

Home Page:https://catstronauts-odysseyclient.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odyssey Lift-off V (Client): Road to production

Welcome to the companion app of Odyssey Lift-off V (client)! You can find the course lessons and instructions on Odyssey, Apollo's learning platform.

You can preview the completed demo app here.

You can find the server counterpart here.

How to use this repo

The course will walk you step by step on how to implement the features you see in the demo app. This codebase is the starting point of your journey!

This repo is the starting point of our React client application.

To get started:

  1. Run npm install.
  2. Run npm start.

This will start the React application and open up localhost:3000 in your web browser.

Note that the client will show an ERROR: Failed to fetch message unless you have the counterpart GraphQL server running locally on localhost:4000.

To check the final stage of the client, with all of the steps and code completed, checkout the final branch by running the following command in your terminal:

git checkout final

Getting Help

For any issues or problems concerning the course content, please refer to the Odyssey topic in our community forums.

About

Odyssey Lift-off V - Client - Course Companion App

https://catstronauts-odysseyclient.herokuapp.com/


Languages

Language:JavaScript 95.4%Language:HTML 4.6%