Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 879 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 879 Bytes

NotesApp

Description

A desktop app built on Electron which takes down notes.

Development

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.

Setting Up the Environment

  • Make sure node and npm are installed.
  • Run npm install to import necessary modules.
  • npm run start starts the electron app.

Features of the 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.