https://github.com/tracywong117/flowerjournal
A Vue journal application with an aesthetic UI inspired by the enchanting beauty of flowers.
https://github.com/tracywong117/flowerjournal
calendar calendar-website note-taking note-taking-app scheduler vue vue-calendar
Last synced: about 1 month ago
JSON representation
A Vue journal application with an aesthetic UI inspired by the enchanting beauty of flowers.
- Host: GitHub
- URL: https://github.com/tracywong117/flowerjournal
- Owner: tracywong117
- License: mit
- Created: 2023-10-20T07:05:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T09:54:17.000Z (over 2 years ago)
- Last Synced: 2025-12-30T03:19:19.107Z (6 months ago)
- Topics: calendar, calendar-website, note-taking, note-taking-app, scheduler, vue, vue-calendar
- Language: Vue
- Homepage: https://tracywong117.github.io/FlowerJournalApp/
- Size: 5.28 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
## Demo

