- 상단
Code
버튼을 눌러 레포지토리를 클론 받습니다.
$ git clone https://github.com/wanted-team2/2week_RequestAQuoteDashboard.git
- 패키지를 설치합니다.
$ yarn install
- 서버를 실행합니다.
$ yarn start // json-server 실행
$ yarn start:dev // localhost 싫행
코딩 컨벤션 규칙 | 깃허브 작성 규칙 |
---|---|
- base, domain 컴포넌트 각자 작업 진행
- 이후부터 팀원이 모두 모여 실시간 페어프로그래밍 진행
- 프로젝트 기초 세팅
- Heroku 배포
Dropdown
,Dropdowns
컴포넌트 구현
Card
컴포넌트 구현- hover시 보더 스타일 적용
- status 가 '상담중'일시 상단 버튼표기
Header
, 반응형 구현- 체크리스트 상태값에 따라 카드 필터링 로직 구현
Buttons
,Toggle
컴포넌트 구현- 모바일 UI 적용
옵션을 포함하고 있으면 노출
가공방식과 재료 옵션을 포함하고 있으면 노출
.
├── README.md
├── build
│ ├── asset-manifest.json
│ ├── index.html
│ ├── robots.txt
│ └── static
├── config-overrides.js
├── package.json
├── public
│ ├── index.html
│ └── robots.txt
├── server
│ ├── db.json
│ └── index.js
├── src
│ ├── App.tsx
│ ├── assets
│ ├── components
│ ├── hooks
│ ├── index.tsx
│ ├── models
│ ├── pages
│ ├── react-app-env.d.ts
│ ├── setupTests.ts
│ ├── styles
│ └── utils
├── tsconfig.json
├── tsconfig.paths.json
└── yarn.lock