https://github.com/vihangajanith/v-note
VNote is a sleek, lightweight note-taking application built using Electron, React, and Tailwind CSS. Designed for ease of use and speed, VNote allows you to quickly jot down your thoughts, manage your notes, and keep your ideas organized in a beautifully designed user interface.
https://github.com/vihangajanith/v-note
electron react tailwindcss
Last synced: 3 months ago
JSON representation
VNote is a sleek, lightweight note-taking application built using Electron, React, and Tailwind CSS. Designed for ease of use and speed, VNote allows you to quickly jot down your thoughts, manage your notes, and keep your ideas organized in a beautifully designed user interface.
- Host: GitHub
- URL: https://github.com/vihangajanith/v-note
- Owner: VihangaJanith
- License: mit
- Created: 2024-02-27T08:52:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T09:40:54.000Z (over 2 years ago)
- Last Synced: 2025-01-14T02:23:29.829Z (over 1 year ago)
- Topics: electron, react, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 260 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VNote - A Simple Electron & React Note Application
VNote is a sleek, lightweight note-taking application built using Electron, React, and Tailwind CSS. Designed for ease of use and speed, VNote allows you to quickly jot down your thoughts, manage your notes, and keep your ideas organized in a beautifully designed user interface.
## Features
- **Create, Read, Update, and Delete Notes:** Easily manage your notes with basic CRUD operations.
- **Cross-Platform:** Runs smoothly on Windows, macOS, and Linux.
- **Customizable Themes:** Choose modes between light and dark themes for a more comfortable experience.
- **Data Persistence:** Your notes are saved locally, ensuring you never lose your important information.
- **Data Security:** Your notes are stored securely in your local storage, ensuring that only you have access to them.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Installation
1. Clone the repository:
```bash
git clone https://github.com/VihangaJanith/V-Note.git
cd V-Note
yarn install
```
2. Run the Application
```bash
yarn electron:serve
```
3. Build the application
```bash
yarn electron:build
```