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.
- Host: GitHub
- URL: https://github.com/bpavan16/noteease
- Owner: bPavan16
- License: mit
- Created: 2024-11-18T07:27:23.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T07:33:59.000Z (11 months ago)
- Last Synced: 2025-04-10T01:44:57.522Z (6 months ago)
- Topics: nextjs, notes-app, reactjs, responsive, taiwlindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 206 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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