# JIN-DevNote

## JIN-DevNote

- [프론트엔드 생존코스 3기](https://jin-11.gitbook.io/jin-devnote/readme.md)
- [0주차](https://jin-11.gitbook.io/jin-devnote/week0.md)
- [1.와카타임 설치](https://jin-11.gitbook.io/jin-devnote/week0/waka-time.md)
- [2.git-training](https://jin-11.gitbook.io/jin-devnote/week0/git-training.md)
- [1주차](https://jin-11.gitbook.io/jin-devnote/week1.md)
- [1.개발환경](https://jin-11.gitbook.io/jin-devnote/week1/environment.md)
- [2.Typescript](https://jin-11.gitbook.io/jin-devnote/week1/typscript.md)
- [3.React](https://jin-11.gitbook.io/jin-devnote/week1/react.md)
- [4.Testing Library](https://jin-11.gitbook.io/jin-devnote/week1/testing-library.md)
- [5.Parcel & ESLint](https://jin-11.gitbook.io/jin-devnote/week1/parcel-and-eslint.md)
- [2주차](https://jin-11.gitbook.io/jin-devnote/week2.md)
- [1.JSX](https://jin-11.gitbook.io/jin-devnote/week2/jsx.md)
- [3주차](https://jin-11.gitbook.io/jin-devnote/week3.md)
- [1.React Component](https://jin-11.gitbook.io/jin-devnote/week3/react-component.md)
- [2.React State](https://jin-11.gitbook.io/jin-devnote/week3/react-state.md)
- [4주차](https://jin-11.gitbook.io/jin-devnote/week4.md)
- [1.Express](https://jin-11.gitbook.io/jin-devnote/week4/express.md)
- [2.Fetch API & Cors](https://jin-11.gitbook.io/jin-devnote/week4/fetch-api-and-cors.md)
- [3.React의 hook](https://jin-11.gitbook.io/jin-devnote/week4/react-hooks.md)
- [4.useRef & Custom hook](https://jin-11.gitbook.io/jin-devnote/week4/useref-and-custom-hook.md)
- [5.usehooks-ts](https://jin-11.gitbook.io/jin-devnote/week4/usehooks-ts.md)
- [5주차](https://jin-11.gitbook.io/jin-devnote/week5.md)
- [1.Tdd](https://jin-11.gitbook.io/jin-devnote/week5/tdd.md)
- [2.React Testing library](https://jin-11.gitbook.io/jin-devnote/week5/react-testing-library.md)
- [3.MSW](https://jin-11.gitbook.io/jin-devnote/week5/msw.md)
- [4.Playwright](https://jin-11.gitbook.io/jin-devnote/week5/playwright.md)
- [6주차](https://jin-11.gitbook.io/jin-devnote/week6.md)
- [1.External Store](https://jin-11.gitbook.io/jin-devnote/week6/external-store.md)
- [2.Tsyringe](https://jin-11.gitbook.io/jin-devnote/week6/tsyringe.md)
- [3.Redux 따라하기](https://jin-11.gitbook.io/jin-devnote/week6/redux.md)
- [4.usestore-ts](https://jin-11.gitbook.io/jin-devnote/week6/usestore-ts.md)
- [7주차](https://jin-11.gitbook.io/jin-devnote/week7.md)
- [1.Routing](https://jin-11.gitbook.io/jin-devnote/week7/routing.md)
- [2.Routes](https://jin-11.gitbook.io/jin-devnote/week7/routes.md)
- [3.Router](https://jin-11.gitbook.io/jin-devnote/week7/router.md)
- [4.Navigation](https://jin-11.gitbook.io/jin-devnote/week7/navigation.md)
- [8주차](https://jin-11.gitbook.io/jin-devnote/week8.md)
- [1.Design System](https://jin-11.gitbook.io/jin-devnote/week8/design-system.md)
- [2.Style Basics](https://jin-11.gitbook.io/jin-devnote/week8/style-basics.md)
- [3.CSS in JS](https://jin-11.gitbook.io/jin-devnote/week8/css-in-js.md)
- [4.styled-components](https://jin-11.gitbook.io/jin-devnote/week8/styled-components.md)
- [5.props와 attrs](https://jin-11.gitbook.io/jin-devnote/week8/props-attrs.md)
- [6.Global Style & Theme](https://jin-11.gitbook.io/jin-devnote/week8/global-style-and-theme.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://jin-11.gitbook.io/jin-devnote/readme.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.
