> For the complete documentation index, see [llms.txt](https://redi-school-1.gitbook.io/full-stack-bootcamp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://redi-school-1.gitbook.io/full-stack-bootcamp/foundations/first-small-project.md).

# First small Project

1. **Build a personal portfolio (4 hours):** Let's get into coding in VS Code. Follow this video, code along, and create your personal portfolio page. The video takes around 1 hour. However, coding along and creating your own portfolio page might take another few hours. It is okay if you don't fully finish the project. However, we encourage you to take it as far as possible, as you will use the project during your onboarding weeks. While you are coding along, look at this article for further tips: [Code Along Tips](https://medium.com/@ryanfleharty/conquering-the-code-along-5ebe37941f70).&#x20;

{% embed url="<https://www.youtube.com/watch?v=Slxdo0Dqxlk>" %}

2. **Learn about the Command Line (1 hour)**
   1. [Read about the Command Line](https://www.freecodecamp.org/news/how-to-use-the-cli-beginner-guide/)
   2. Try out the Command Line on your Computer!
      1. If you use a Windows Operating System, watch [this video](https://www.youtube.com/watch?v=MBBWVgE0ewk\&list=PL6gx4Cwl9DGDV6SnbINlVUd0o2xT4JbMu) and try out your command line.&#x20;
      2. If you use a Mac or Linux Operating System, watch [this video](https://www.youtube.com/watch?v=5XgBd6rjuDQ) and try your command line.
   3. *If you need further resources, check out* [*this page*](broken://pages/13BPvGL9ovO8ExlGo85J)*.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://redi-school-1.gitbook.io/full-stack-bootcamp/foundations/first-small-project.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.
