사용해보고 싶었던 기술들을 적용해보고, 만들어보고 싶던 컴포넌트들을 만드는 곳
React
,TypeScript
SCSS
,Styled Components
Recoil
Storybook
i18n
ESLint
,Prettier
,Stylelint
git clone https://github.com/Seohyun-Roh/my-foundation.git
yarn
yarn start
├─assets
│ └─svgs
├─components
│ ├─Button
│ ├─Carousel
│ ├─DropDown
│ ├─Modal
│ └─StopWatch
├─constants
├─data
├─hooks
├─routes
│ ├─Directory
│ ├─Home
│ ├─Weather
│ │ └─GeoLocationErrorToast
│ └─_shared
│ ├─GNB
│ └─MouseFollowPageContainer
├─services
├─states
├─stories
│ └─assets
├─styles
│ ├─base
│ ├─constants
│ └─mixins
├─types
└─utils
└─locale
├─en
└─ko