# Fall 2024 Coding Challenge

### Welcome to the Simpler Grants.gov Challenge

This is a great starting point for contributing to this year's challenge. Below are some important resources and context to help you get involved. If you don't find what you're looking for here, feel free to explore the Wiki or the [README on GitHub](https://github.com/HHS/simpler-grants-gov/tree/main), or reach out to us with any questions.

***

#### Collaborative Coding & Design Challenge Code of Conduct

This pilot event fosters a collaborative, creative community for all participants and government partners. Please adhere to the following guidelines:

1. Foster an environment that encourages creativity and empowers teammates to bring their best selves to the challenge.
2. Encourage respectful questioning, active listening, and openness to diverse ideas.
3. Always assume positive intent in interactions.
4. Consider the global and local impact of your ideas.
5. Ensure a safe, respectful, and inclusive space, free from discrimination or harassment.

***

#### Event Schedule

The event will start on **Friday, October 25th**, and end on **Saturday, October 26th**. The full event schedule will be posted as it’s confirmed.

***

#### Repositories and Resources

**Simpler Grants.gov Repository**

* **GitHub Link**: [Simpler Grants.gov GitHub](https://github.com/HHS/simpler-grants-gov/tree/main)

**Live Site**

* **Simpler Grants.gov**: [Visit the Site](https://simpler.grants.gov/)

**Zoom Link**

The various sessions and breakout rooms will be hosted on Zoom. We encourage you to have Zoom installed and set up prior to the event. The link will be updated here on the day of the event.

* **Zoom Link**: `<TBD>`

**Developer Documentation**

* **Full Documentation**: [View Developer Docs](https://github.com/HHS/simpler-grants-gov/tree/main/documentation)

**Frontend**

The frontend is developed using React with Next.js. To get started, follow the instructions in the README below:

* **Frontend README**: [Read Here](https://github.com/HHS/simpler-grants-gov/blob/main/frontend/README.md)

**API**

Our API is built with Flask (Python) and containerized with Docker. To set up your development environment, follow the steps in the documentation below:

* **API Setup**: [API Development Guide](https://github.com/HHS/simpler-grants-gov/blob/main/documentation/api/development.md)
* **API Endpoints Documentation (Swagger)**: [API Docs](http://api-dev-1839587515.us-east-1.elb.amazonaws.com/docs)

***

#### Design Documentation

Our designers have created guidelines for contributing design mockups and content for Simpler Grants.gov. All designs are based on the USWDS component library and follow our voice and tone guide.

* **Voice and Tone Guide**: [View Guide](https://app.gitbook.com/o/cFcvhi6d0nlLyH2VzVgn/s/Pm7UEzeiS1tbLCV1SFRu/product/voice-and-tone-guide)
* **USWDS Components**: [USWDS Design System](https://designsystem.digital.gov/)

***

#### Get Involved Now!

Can't wait until October 25th? Join the Simpler Grants.gov open-source community and start contributing today!

* **Get Involved Now**: [Join the Community](/get-involved/get-involved.md)

<table><thead><tr><th width="215">Date</th><th width="185">Update</th><th>Notes</th></tr></thead><tbody><tr><td>2/12/2024</td><td>Initial Content</td><td>Updated with Initial content</td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>


---

# 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://wiki.simpler.grants.gov/get-involved/community-events/fall-2024-coding-challenge.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.
