App explainer 🖥️
Let's take a look at the full-stack app we'll be building in this course.
Today, we'll be building GraphHire, a simple job board for hiring software engineers. GraphHire is a full-stack app built with GraphQL, React and TypeScript.
But don't worry, you won't have to write any React code, we'll start with a boilerplate containing all the UI code, so we can focus purely on GraphQL.
Please download the starter from github and follow along.
https://github.com/warrenday/graphql-course-starter
The main branch contains the starter code, and the complete branch contains the final solution. I highly recommend you follow along with the starter code, and only look at the complete branch when you're stuck, or need to compare your changes.