Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 922 Bytes

README.md

File metadata and controls

53 lines (32 loc) · 922 Bytes

Keeeep

google keep은 구글에서 만든 메모 애플리케이션입니다.

React와 Redux, 그리고 Redux-saga를 학습하기 위해 만든 토이 프로젝트

Live demo

이곳에서 확인하실 수 있습니다.

Preview

image

Features

  • 자신만의 노트 (color, archive, label, etc)
  • Grid를 사용해 masonry UI 구현
  • 반응형

Tech and libraries

  • React (create-react-app)
  • Redux
  • Redux-saga
  • Firebase
  • Styled-components

Getting started

Install

# 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