> For the complete documentation index, see [llms.txt](https://leejaelll.gitbook.io/dev_jaell/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://leejaelll.gitbook.io/dev_jaell/readme.md).

# README.md

```tsx
interface {
    name: string;
    job: string;
    email: string;
    skills: string[];

}

const jaerinLee = {
    name: '이재린',
    job: 'Frontend Developer',
    email: 'https://github.com/leejaelll'
    skills: ['JavaScript', 'TypeScript', 'React', 'NextJS', 'ThreeJS']
}

```
