A simple Notes application built using Node.js, Express, and EJS where users can create and read notes stored as text files.
The UI is styled using Tailwind CSS.
git clone https://github.com/adigogetit/Notes-Backned-Mini.git
cd Notes-Backned-Mini
npm install
node index.js
## π Features
- β Create notes with title and content
- π View saved notes
- π Notes stored as `.txt` files on the server
- π Scrollable notes list with fixed layout
- π§Ό Clean UI using Tailwind CSS
- π Safe handling of files and routes
---
## π Tech Stack
- **Backend:** Node.js, Express
- **Frontend:** EJS, Tailwind CSS
- **Storage:** File system (`fs` module)
---