Skip to content

A Vue journal application with an aesthetic UI inspired by the enchanting beauty of flowers.

License

Notifications You must be signed in to change notification settings

tracywong117/FlowerJournal

Repository files navigation

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