- 리액트 학습을 위한 Todolist 제작
- React
- React Router v6
- Styled Components
- json-server
- json-server-auth
- Install
npm install - Run
npx json-server --watch ./src/db/todoItems.js --port 3001 - Run
npm start - Go to todolist
- Custom Hooks
- input
- fetch
- Json Server 환경으로 변경
- json-server-auth
- 로그인
- 회원가입
- json-server-auth
- 라우터 적용
- Context API
- .NET Core
- JWT
- Test를 TEST...