Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.51 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.51 KB

Draggable sticky notes

웹으로 만드는 윈도우 스티커메모장
Windows sticky notes for the web

draggable-sticky-notes

Table of Contents

About

Windows 앱인 Microsoft sticky notes를 웹으로 만드는 예시를 보여줍니다.

Features

  • 마우스 우클릭을 통해 새로운 스티커를 생성할 수 있습니다.
  • 마우스 드래그를 통해 스티커의 위치를 이동할 수 있습니다.
  • 스티커의 우측하단을 드래그하여 크기를 조절할 수 있습니다.
  • 스티커의 테마를 설정할 수 있습니다. (Next feature)
  • 생성된 스티커를 리스팅할 수 있습니다. (Next feature)

데이터의 보존수명은 브라우저의 localStorage Lifecycle에 기반합니다.

Getting Started

내 로컬에 복제하여 시작하는 방법

  1. 저장소를 복제합니다. (Fork this repository)
  2. index.html 파일을 실행합니다. (open index.html file)

데모 사이트로 탐방하기

Demo