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

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.

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

```