Skip to content

LEEYEONSEONG/fe-myfair-todo

Repository files navigation

프로젝트 소개

  • 개발 인원 : 1인 (이연성)
  • 테스트 코드 학습을 위한 투두리스트 프로젝트

[구현한 화면]


image


프로젝트 설치 및 실행 방법


// 패키지 설치
yarn install

// test code 실행
yarn test

// local 실행
yarn dev

사용한 기술 스택

- nextjs (14vr.) , typescript
- 상태 관리 : recoil
- 스타일 : emotion
- 기타 라이브러리 : jest (테스트 코드)

프로젝트 구조

├── package.json
├── public
│   └── images
│       ├── ic-check-icon.svg
│       └── ic-close-icon.svg
├── src
│   ├── app
│   │   ├── layout.recoil.tsx
│   │   ├── layout.tsx
│   │   └── page.tsx
│   ├── components
│   │   └── pages
│   │       └── UserTodoList
│   │           ├── TodoUserListPage.spec.tsx
│   │           ├── TodoUserListPage.tsx
│   │           └── components
│   │               ├── TabMenu.tsx
│   │               ├── TodoInput.tsx
│   │               ├── TodoItem.tsx
│   │               ├── TodoList.tsx
│   │               └── __test__
│   │                   ├── TabMenu.spec.tsx
│   │                   ├── TodoInput.spec.tsx
│   │                   ├── TodoItem.spec.tsx
│   │                   └── TodoList.spec.tsx
│   ├── recoil
│   │   └── todo
│   │       └── atoms.ts
│   ├── styles
│   │   └── GlobalStyle.tsx
│   └── types
│       ├── recoilTypes.ts
│       └── styleTypes.ts
├── tsconfig.json
└── yarn.lock

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors