// Personal project
I built a note-taking web app for both personal use and sharing notes with others.
Kept the stack simple and split cleanly between backend and frontend.
I wanted a note-taking app that handled both private notes and sharing between users cleanly, without the private/shared distinction feeling bolted on.
I split the app into a Django backend for reliable storage and a React frontend for a fast writing experience, with sharing built in as a first-class feature rather than an afterthought.