Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MAKEME.md (week 3) #655

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions week3/MAKEME.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,3 @@ Have a go by building a simple full stack chat application with an express webso
### 3.3 GraphQL

We focused solely on the REST way of building an API, but there is a different way called `GraphQL`. This allows the frontend to define in their query the data that they want to get back. Very cool, but also quite complex. If you are up for a challenge, try to recreate your project using GraphQL (`express-graphql` package is probably the easiest way)!

## **SUBMIT YOUR ASSIGNMENT!**
After you've finished your todo list it's time to show us what you got! Upload all your files to your forked repository (same as week 1). Then make a pull request to it.

If you need a refresher, take a look at the following [guide](../hand-in-assignments-guide.md) to see how it's done.

The assignments that needs to be submitted is the following:

1. Project: HackYourTemperature II

_Deadline Tuesday 23.59 CET_