A desktop app built on Electron which takes down notes.
The desktop app is built using ElectronJs and works on all desktop platforms capable of running sandboxed chrome windows. The app is written in HTML and CSS and rendered with the help of VanillaJs.
- Make sure
node
andnpm
are installed. - Run
npm install
to import necessary modules. npm run start
starts the electron app.
- Ability to note down URLs, title and description of a note
- Ability to modify the notes and delete after selecting them
- Search notes on basis of content
- Minimizing the app can be reopened from Taskbar or Tray
- Double Clicking a note opens up the link
A short video description can be found here.