Back

Full-Stack Personal Notes App

A full-stack notes application built with a Node.js and Express backend, PostgreSQL for data storage, and a React frontend. It lets users create, view, edit, and delete notes through a clean, responsive interface. The project focuses on solid engineering fundamentals: RESTful API design, database integration through Prisma, state management in React, and a clean separation between frontend and backend. It’s a practical demonstration of building and structuring a complete CRUD system, covering everything from data modelling to UI development.