Skip to content

adigogetit/Notes-Backned-Mini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Notes App (Node.js + Express + EJS)

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.

πŸ”½ How to Clone & Run the Project

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)

---

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published