Simple-Diary is a lightweight, private, and elegant digital notebook that runs entirely in your browser. It doesn't store your data on a server or database — everything is saved locally on your device, meaning you own your thoughts.
Live Site: miyapp.netlify.app
-
Private by Design
No servers. No sign-up. Everything is saved using your browser's Local Storage, so your notes are for your eyes only. -
Tab-Based Organization
Switch between different pages/sections easily — just like flipping through a real diary. -
User-Friendly Interface
Clean, distraction-free UI designed for writing and thinking clearly.
- HTML
- CSS
- JavaScript
- Bootstrap for clean styling
This project intentionally avoids backend tech to maintain privacy and simplicity.
To run Simple-Diary locally:
- Clone the Repository
git clone https://github.com/cybruGhost/Simple-diary.git 2. Navigate to the Project
cd Simple-diary
- Open the App Simply open index.html in your browser:
start index.html # On Windows open index.html # On macOS xdg-open index.html # On Linux
No build tools or servers required. It’s pure frontend and works as-is. just html css js
🧩 Build & Customize
Since it's all static code, customization is easy:
Edit the HTML pages to add sections or change structure.
Style it your way in the CSS files (style.css or main.css).
Enhance logic in the JS file if you want features like password lock, themes, or export options.
Once you're happy with your version, you can deploy it anywhere — Netlify, GitHub Pages, or just keep it as a local app on your machine.
❤️ Why It Matters
Simple-Diary respects your digital privacy and believes in keeping journaling personal. No logins, no tracking, no cloud — just your mind, your words, and a space to think freely.
Built with intention by cybruGhost