Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 696 Bytes

File metadata and controls

32 lines (20 loc) · 696 Bytes

Full-Stack Notes App

A simple full-stack CRUD Notes application built using React.js (Frontend), Node.js + Express (Backend), and MongoDB (Database).

Live Demo: https://full-stack-1-o577.onrender.com


🚀 Features

  • Create, edit, and delete notes
  • REST API integration
  • MongoDB data persistence
  • Responsive UI
  • Full frontend–backend connectivity

🛠️ Tech Stack

Frontend: React.js Backend: Node.js, Express.js Database: MongoDB


📌 Purpose

This project demonstrates how a React frontend communicates with an Express API and stores data in MongoDB using a clean CRUD structure.