An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Dark Mode

![notepad-printscreen](https://github.com/Cristi4nSt/notepad/assets/56496903/5137c38e-cc71-430f-a64d-fd04803970f3)

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