주문내역 관리 어드민 페이지 구현(Order List Management Page)
- Order list Pagination
- Sort by
order id
,transaction time
- Filter by
status
- Search by
customer name
- Test code with Vitest and RTL(React Testing Library)
- Framework:
React(Vite)
,Typescript(Javascript)
- Routing:
react-router-dom@v6
- State management:
react-query
- Code Formatting:
ESLint
- Styling:
Chakra UI
- Test Framework:
Vitest
,RTL(React Testing Library)
To run this project, install it locally using npm:
git clone https://github.com/jiwonmik/pre-onboarding-9th-4-2.git
cd pre-onboarding-9th-4-2
npm install
npm run dev
이지연 |
오강산 |
최은서 |
최선재 |
김지원 |
한지은 |
오혁상 |
오준석 |
Tag Name | Description |
---|---|
feat | 새로운 기능 추가 |
design | UI style 변경 |
refactor | 코드 리팩토링 |
fix | 에러, 버그 수정 |
docs | 문서수정 |
chores | 기타 수정사항 |