Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 600 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 600 Bytes

Dark Mode

notepad-printscreen

Resumo

A small notebook made in Node Js with the Electron framework.

Funções

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.

Dependências

  • Electron - builds the desktop application.
  • Quill - text editor
  • Eslint - good things on the code