Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 586 Bytes

Life

A diary/note synchronization application built with React and TypeScript, supporting both online and offline usage.

Currently at: https://life.songyangyu.com/

Private Beta, open-sourced on client side. Create an issue here if interested in trying out

Key Features

  • User authentication
  • Online note synchronization
  • Offline storage support
  • Markdown content rendering
  • Note filtering by date range
  • Sorting by creation/modification time
  • Responsive interface design

Tech Stack

  • React 18
  • TypeScript 4
  • IndexedDB (via idb library)
  • React Markdown
  • CSS3