An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Keeeep

> google keep은 구글에서 만든 메모 애플리케이션입니다.
>
> React와 Redux, 그리고 Redux-saga를 학습하기 위해 만든 토이 프로젝트

## Live demo

[이곳](https://keeeep.web.app/)에서 확인하실 수 있습니다.

## Preview

![image](https://user-images.githubusercontent.com/72514247/124856568-b6a98580-dfe5-11eb-8111-2c1cc03fccf4.png)

## 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