# All Resources

This page will contain the link for every piece of documentation that we’ve used and also some other useful resources.

### Preface

If you’re confident in all of these technologies, you don’t have to watch the youtube playlist. But if you think that a brief refresher could be beneficial, I would take the time to watch them.

* [HTML](https://www.youtube.com/watch?v=salY_Sm6mv4)
* [CSS](https://www.youtube.com/watch?v=Z4pCqK-V_Wo)
* [JavaScript](https://www.youtube.com/watch?v=c-I5S_zTwAc)
* [Github](https://www.youtube.com/watch?v=iv8rSLsi1xo)
  * [Using Github for Team Collaboration](https://www.youtube.com/watch?v=4nyIS58ORWw) ← slightly dated but still good
  * [Making Changes to a Remote Project](https://www.youtube.com/watch?v=nlF-SOrod5o)

#### Supplementary Documents

* [HTML](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/HTML_basics)
* [CSS](https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/CSS_basics)
* [JavaScript](https://javascript.info/first-steps)
* [Github](https://skills.github.com/) ← Textbook (mildly complicated)
  * Ch. 3 is very important
* [Github Tutorial](https://skills.github.com/)

### 📜 Installation Guide

* Installation: [Node.js](https://nodejs.org/en/download/prebuilt-installer)
* Installation: [Visual Studio Code](https://code.visualstudio.com/)
* Article: [Downloading VS Code through Microsoft Store vs Package Installation](https://visualstudiomagazine.com/articles/2021/08/25/store-ides.aspx)
* Article: [Best VS Code Extensions](https://www.freecodecamp.org/news/best-vscode-extensions/)

### 🧑‍💻 Project Setup

* Installation: [Vite](https://vite.dev/guide/)
* Article: [Ideal React Project File Structure](https://github.com/alan2207/bulletproof-react/blob/master/docs/project-structure.md)
* Installation: [Tailwind CSS](https://tailwindcss.com/docs/installation)
* Installation: [Poppins Google Font](https://fonts.google.com/specimen/Poppins?query=poppins)
* Installation: [Inter Google Font](https://fonts.google.com/specimen/Inter)
* Documentation: [Custom Colors in Tailwind](https://tailwindcss.com/docs/customizing-colors)
* Page: Essential Shortcuts for VS Code

### 🎲 Your first component!

* Documentation: [Importing and Exporting components](https://react.dev/learn/importing-and-exporting-components)
* Documentation: [CSS](https://developer.mozilla.org/en-US/docs/Learn/CSS/First_steps/What_is_CSS)
* Documentation: [Tailwind](https://v2.tailwindcss.com/docs)
* Page: Common Tailwind Attributes and Examples

### 💡 Creating the Featured Item

* File: [Folder of images](https://drive.google.com/drive/folders/1EZPZ6Bk8LSWjxR1agSwUOaER-5UJqwnf?usp=drive_link)

### 💳 Making Cards in React

* Documentation: [Escaping HTML with Curly Braces](https://react.dev/learn/javascript-in-jsx-with-curly-braces)

### 📦 Making Reusable Cards in React with Custom Data

* Documentation: [Props](https://www.w3schools.com/react/react_props.asp)
* Documentation: [Map Function](https://react.dev/learn/rendering-lists)
* File: [data.json](https://drive.google.com/file/d/1sCzywZM9P4dvXi-t7_onvQdsIQBWhD9y/view?usp=drive_link)

### 🌐 Routing

* Documentation: [React Router](https://www.w3schools.com/react/react_router.asp)
* Documentation: [React Router Tutorial](https://reactrouter.com/en/main/start/tutorial)
* Documentation: [React Router Links](https://reactrouter.com/en/main/components/link)
* Article: [Complete Guide to useNavigate in React Router](https://medium.com/@bobjunior542/using-usenavigate-in-react-router-6-a-complete-guide-46f51403f430)

### 🔥 Connecting a Backend (Firebase)

* Documentation: [Firebase](https://firebase.google.com/docs)
* Installation: [Firebase Console](https://console.firebase.google.com/)
* Article: [What is useState](https://medium.com/@titoadeoye/react-hooks-usestate-with-practical-examples-64abd6df6471)
* Documentation: [React useState](https://react.dev/reference/react/useState)
* Article: What is an [Asynchronous function](https://www.w3schools.com/Js/js_async.asp)

### ⁉️ User Authentication (Firebase)

* Documentation: [Firebase userAuth](https://firebase.google.com/docs/auth/web/start)
* Installation: [Firebase Console](https://console.firebase.google.com/)

### ⛅️ Connecting an API (Weather)

* Article: [What is an API?](https://www.geeksforgeeks.org/what-is-an-api/)
* Documentation: [Axios API](https://axios-http.com/docs/api_intro)
* Installation: [Weather API](https://weatherapi.com/)

### 💩 CRUD Using Firestore

* Article: [Explain CRUD](https://www.freecodecamp.org/news/crud-operations-explained/)
* Documentation: [Chart.JS](https://www.chartjs.org/docs/latest/getting-started/usage.html)

### Extra Pages

* Essential Shortcuts for VS Code
* Common Tailwind Attributes and Examples


---

# 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://hackhcc.gitbook.io/hackhcc-docs/beginners-track/getting-started/all-resources.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.
