An open API service indexing awesome lists of open source software.

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.

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
![](Demo1.png)
![](Demo2.png)