https://github.com/morethanmin/keeeep
google keep clone application using react and redux saga
https://github.com/morethanmin/keeeep
firebase react redux redux-sagas styled-components
Last synced: 3 months ago
JSON representation
google keep clone application using react and redux saga
- Host: GitHub
- URL: https://github.com/morethanmin/keeeep
- Owner: morethanmin
- Created: 2021-06-10T08:53:18.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T15:25:55.000Z (over 4 years ago)
- Last Synced: 2025-08-18T16:29:21.981Z (10 months ago)
- Topics: firebase, react, redux, redux-sagas, styled-components
- Language: JavaScript
- Homepage: https://keeeep.web.app
- Size: 2.02 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keeeep
> google keep은 구글에서 만든 메모 애플리케이션입니다.
>
> React와 Redux, 그리고 Redux-saga를 학습하기 위해 만든 토이 프로젝트
## Live demo
[이곳](https://keeeep.web.app/)에서 확인하실 수 있습니다.
## Preview

## Features
- 자신만의 노트 (color, archive, label, etc)
- Grid를 사용해 masonry UI 구현
- 반응형
## Tech and libraries
- React (create-react-app)
- Redux
- Redux-saga
- Firebase
- Styled-components
## Getting started
### Install
```bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# generate static project
$ npm run generate
```
## Note
This project is ongoing.
## License
This project is licensed under the MIT License - see the LICENSE.md for details