- Github Page
- Demo Image
- Theme (light, dark)
- Desktop, Mobile
- ์ด ํ๋ก์ ํธ๋ React์ ์ํ ๊ด๋ฆฌ ๋ผ์ด๋ธ๋ฌ๋ฆฌ์ธ Recoil๋ฅผ ๋ฐฐ์ฐ๊ธฐ ์ํ ๋ชฉ์ ์ผ๋ก ๋ง๋ค์ด์ก์ต๋๋ค.
- ๊ทธ๋ก ์ธํด ๊ฐ๋จํ๊ฒ To-Do List๋ฅผ ๋ง๋๋ ๊ฒ์ผ๋ก ๋ชฉํ๋ก ์ก๊ณ ์์ํ์์ผ๋ฉฐ, ๋ ๋์๊ฐ Recoil์ ์ฌ์ฉํ์๋ ์ด๋ป๊ฒ API ํต์ ํ๋์ง ๋ฐฐ์ฐ๊ณ ์ถ์ด์ ๋ฐฑ์ค๋๋ ๊ฐ์ด ๊ตฌํํ์์ต๋๋ค.
- Recoil ์ฌ์ฉ์ ์์ด์ ๋ฏธ์ํ ์ ์ด ๋ง์ ๊ณต์ ๋ฌธ์์ ์ฌ๋ฌ ์ปค๋ฎค๋ํฐ ๋ฐ Recoil Github Issue๋ฅผ ์ฐธ๊ณ ํ์์ต๋๋ค.
- TDD ์ฌ์ดํด์ ์๋ฒฝํ๊ฒ ์ง์ผฐ๋ค๊ณ ๋ ๋ชปํ์ง๋ง, ์งํค๋ ค๊ณ ๋ ธ๋ ฅํ๋ฉฐ ๊ตฌํํ์์ต๋๋ค.
- React
- Recoil
- Emotion
- Axios
- Lodash
- universal-cookie
- Jest, React-Testing-Library, Cypress
- Webpack, Eslint, Babel
๐ฆ src
โฃ ๐ assets
โ โฃ ๐ css
โ โ ๐ icons
โฃ ๐ components
โ โฃ ๐ auth
โ โฃ ๐ common
โ โฃ ๐ footer
โ โฃ ๐ info-bar
โ โฃ ๐ input
โ โฃ ๐ todo
โ โ ๐ user-info
โฃ ๐ hooks
โฃ ๐ recoil
โ โฃ ๐ auth
โ โฃ ๐ common
โ โฃ ๐ todos
โ โ ๐ user
โฃ ๐ services
โ โฃ ๐ api
โฃ ๐ styles
โฃ ๐ utils
โ โฃ ๐ constants
โ โฃ ๐ recoil
โฃ ๐ App.jsx
โฃ ๐ App.test.jsx
โ ๐ index.jsx
> yarn install
> yarn start
- test
> yarn test
- test watch
> yarn run test:watch
- Run test with Code Coverage
> yarn run coverage
> yarn run build
> yarn run lint
- However, I used Github Actions for Continuous Delivery
> yarn run deploy
- Recoil๋ฅผ ์ฌ์ฉํ ToDo ๋ฆฌ์คํธ ๋ง๋ค๊ธฐ์ ๋ํ ๊ตฌ์ฑ ์ฌํญ
- Recoil selector์ selectorFamily์ Cache๋ก ์ธํ ๋ฌธ์ ์
- JWT ํ ํฐ๊ณผ ์ฟ ํค์ ๋ํ ํด๊ฒฐ ๋ฐฉ์
- Theme
- Desktop
- mobile
This Project is MIT licensed.