https://github.com/criszst/notepad
🗒️| A notebook made in JavaScript with the Electron framework
https://github.com/criszst/notepad
electron eslint javascript nodejs notebook quill
Last synced: 26 days ago
JSON representation
🗒️| A notebook made in JavaScript with the Electron framework
- Host: GitHub
- URL: https://github.com/criszst/notepad
- Owner: criszst
- Created: 2021-02-05T19:29:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T21:00:31.000Z (6 months ago)
- Last Synced: 2025-08-31T14:40:44.953Z (about 1 month ago)
- Topics: electron, eslint, javascript, nodejs, notebook, quill
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dark Mode

A small notebook made in Node Js with the Electron framework.
# Functions
The app saves a file by encrypting its text, preventing other people from seeing its contents.Later, if you open the same file in the app, it will decrypt all the text that was there.
# Dependencies
- [Electron](https://www.electronjs.org/pt/) - builds the desktop application.
- [Quill](https://quilljs.com) - text editor
- [Eslint](https://eslint.org) - good things on the code