saseungmin / Recoil_ToDo

Todo๐Ÿ“† application created using Recoil and React โš›๏ธ
https://saseungmin.github.io/Recoil_ToDo/
MIT License
20 stars 1 forks source link
async cypress demo github-page jest react recoil recoil-example recoil-todo recoiljs tdd test todo todolist

๐Ÿฆ„ ToDo Application created using Recoil and React

WIP!! TS๊ธฐ๋ฐ˜์œผ๋กœ ๋งˆ์ด๊ทธ๋ ˆ์ด์…˜ ์ค‘

๐Ÿš€ Demo URL

๐ŸŽˆ Introduce

๐Ÿ‘‰ Back-End Repository

๐Ÿ”ฅ ๊ธฐ์ˆ  ์Šคํƒ ๋ฐ ์‚ฌ์šฉ ๋ผ์ด๋ธŒ๋Ÿฌ๋ฆฌ

๐Ÿถ Project Structure

๐Ÿ“ฆ 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

๐Ÿ›  Project Settings

๐Ÿ“ข Install dependencies

> yarn install

๐Ÿ“ข Start Dev Server

> yarn start

๐Ÿ“ข Tests with Jest

> yarn test
> yarn run test:watch
> yarn run coverage

๐Ÿ“ข Build project

> yarn run build

๐Ÿ“ข Check Lint

> yarn run lint

๐Ÿ“ข Deploy to Github Pages

> yarn run deploy

๐Ÿค” ์ถ”๊ฐ€์ ์ธ Issue ์‚ฌํ•ญ๊ณผ ๊ณ ๋ฏผํ•ด๋ณผ์ 

๐Ÿ’ป Demo

 

demo-desktop

๐Ÿ› Bug reporting

Issues

๐Ÿ”’ LICENSE

This Project is MIT licensed.