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

Folders and files

NameName
Last commit message
Last commit date
Oct 20, 2023
Mar 15, 2024
Oct 20, 2023
Feb 23, 2024
Feb 23, 2024
Oct 20, 2023
Feb 23, 2024
Oct 20, 2023
Mar 12, 2024
Oct 20, 2023
Mar 15, 2024
Mar 15, 2024
Mar 1, 2024
Feb 19, 2024

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