Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 630 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 630 Bytes

FlowerJournal

This repository is a journal application with a beautiful user interface (UI) inspired by the enchanting beauty of flowers. It provides a delightful experience for users to document their thoughts, experiences, and memories.

Features

  • Drag and drop monthly calendar
  • Richtext editor (Tiptap) for note taking
    • Support syntax highlight (use Dracular theme for highlight.js)
  • Use local storage

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Demo