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

https://github.com/bpavan16/noteease

Welcome to NoteEase, a simple yet functional notes management app built with React.
https://github.com/bpavan16/noteease

nextjs notes-app reactjs responsive taiwlindcss typescript

Last synced: 3 months ago
JSON representation

Welcome to NoteEase, a simple yet functional notes management app built with React.

Awesome Lists containing this project

README

          

# NoteEase - Simplifying Note Management

Welcome to **NoteEase**, a simple yet functional notes management app built with **React**. This project was created to help my friend learn the fundamentals of React through practical implementation. 🎉

## Features

- **Add Notes:** Easily create and manage your notes.
- **Delete Notes:** Remove notes you no longer need with a single click.
- **Set Active Note:** Switch between notes to view or edit specific content.
- **Download Notes:** Export all your notes as a JSON file for backup or sharing.

## Installation

To get started, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/bPavan16/NoteEase.git
cd NoteEase
npm i
npm run dev