google keep은 구글에서 만든 메모 애플리케이션입니다.
React와 Redux, 그리고 Redux-saga를 학습하기 위해 만든 토이 프로젝트
이곳에서 확인하실 수 있습니다.
- 자신만의 노트 (color, archive, label, etc)
- Grid를 사용해 masonry UI 구현
- 반응형
- React (create-react-app)
- Redux
- Redux-saga
- Firebase
- Styled-components
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
This project is ongoing.
This project is licensed under the MIT License - see the LICENSE.md for details