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

https://github.com/dineshkarthikn/notes-web

A elegant MERN-based Notes App — Create, Edit, Delete notes with modern UI ✨
https://github.com/dineshkarthikn/notes-web

express mern modern-ui mongodb node notes notes-app notes-app-modern-ui react reactbits

Last synced: 16 days ago
JSON representation

A elegant MERN-based Notes App — Create, Edit, Delete notes with modern UI ✨

Awesome Lists containing this project

README

          

# 📝 Notes App

A simple full-stack Notes Application built with the **MERN stack** (MongoDB, Express, React, Node.js). Users can securely create, read, update, and delete notes. The frontend UI is styled using **ReactBits**.

---

## 🚀 Features

- 🔐 User Authentication with JWT
- 📄 Create, Edit, Delete Personal Notes
- 🎨 Modern UI with ReactBits components
- 🔎 Real-time Search & Modal Note Editing

---

## 🛠️ Tech Stack

**Frontend:**
- React
- ReactBits (for UI design)
- Css

**Backend:**
- Node.js
- Express
- MongoDB
- JWT (Authentication)

---

## 📸 Screenshots

### 🔐 Login
![Login](https://github.com/DINESHKARTHIKN/Notes-Web/blob/main/IMG/img1.png)

### 🧾 Signup
![Signup](https://github.com/DINESHKARTHIKN/Notes-Web/blob/main/IMG/img2.png)

### 🏠 Home
![Home](https://github.com/DINESHKARTHIKN/Notes-Web/blob/main/IMG/img3.png)

### 📝 Modal
![Modal](https://github.com/DINESHKARTHIKN/Notes-Web/blob/main/IMG/img4.png)

---