Skip to content

yournotepad/yournotepad.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Notepad

A secure, local, tabbed notepad web application with password protection, theming, and import/export functionality.


Features

  • Multiple tabs for organizing notes
  • Autosave notes locally in browser localStorage
  • Password protection with setup, unlock, and change flows
  • Light and dark theme toggle
  • Search tabs by name
  • Rename, add, delete, and clear tab content
  • Export all notes to JSON file and import from JSON file
  • Customize browser tab title and favicon dynamically
  • Responsive, minimalistic UI with accessible popup dialogs
  • No cloud sync — all data stored locally for privacy

How to Use

The app is hosted and ready to use online. Simply open the following link in any modern web browser:

https://yournotepad.github.io

No installation or configuration needed—just open the link and start taking notes!


Security Notes

  • Passwords are obfuscated using base64 encoding but not encrypted; this is for simple deterrence only.
  • All data is stored locally in the browser's localStorage.
  • No data leaves the browser unless exported manually by the user.

License

This project is dedicated to the public domain under the
Creative Commons CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.

For details, see:
https://creativecommons.org/publicdomain/zero/1.0/legalcode


Enjoy a simple and secure personal notepad experience!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published