/Personal_diary_app_electronjs

Personal diary app made using electronjs. Store the note written into our system

Primary LanguageHTML

ElectronjsElectron Notion

Personal Diary App

This is a personal diary app. Here one can enter their daily diary entries and those entries are saved/stored on a personal diary folder. There are two input boxes given. The first input box is for the file name. And the second one is for the diary entry.

Team members

  1. Abhimanyu R B [https://github.com/Abm32]
  2. Jose Jimmy [https://github.com/jose-jimmy]

Link to product walkthrough

[link to video] Screenshot (178)

How it Works ?

  1. The APP provised users with two input fields. One for entry name and one for the entry. Upon submission the entry is saved onto the notes folder named with the entry name as a txt file.
  2. Embed video of project demo

Libraries used

Node js - v20.1.0

Electron js - v1.4.13

HTML5

CSS

How to configure

Step 1 - Intsall Node js on your system (https://nodejs.org/en/download)

node -v

Run this command to check its version.

Step 2 - Install electron js using the below command.

npm i -D electron

Step 3 - Clone this repository and run it.

How to Run

Go to your terminal and open project directory. Then type :

npm start

This will run the Personal Diary App on your system. Your entries will be saved on notes folder.