# Assignment

## 1. Space Galactica App

> \[!NOTE] Instructions for the assignments in week 1 to 4 are described in your `hyf-assignment` repo in the `space-galactica-app` directory.
>
> In this directory you'll be working on tasks in an existing project, making your assignments a little more realistic and fun!

Complete the week 1 tasks described in the Space Galactica App.

## 2. Events Startup Project

Start progress on the [Events Startup Project](/course-content/frontend/events-startup-project.md). Check the [Weekly Plan](/course-content/frontend/events-startup-project/weekly-plan.md) for specific tasks to complete this week.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://program.hackyourfuture.dk/course-content/frontend/react/week1/assignment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
