Full Stack React Note-Taking App
This is a full-stack note-taking application built with React and Node.js. The app allows users to create, edit, and delete notes with a simple and intuitive interface.
Features
✅ Create, Edit, and Delete Notes – Basic CRUD operations for note management.
✅ Local Storage Support – Saves notes in the browser for persistence.
✅ Simple & Lightweight – No external database, making it fast and easy to use.
✅ Responsive Design – Works seamlessly on both desktop and mobile.
✅ Minimal Backend – A lightweight Node.js server handles requests.
Tech Stack Frontend: React (Vite) + CSS Backend: Node.js (Express.js)
State Management: React hooks (useState, useEffect)
credit to freecodecamp for this project!