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.
- Abhimanyu R B [https://github.com/Abm32]
- Jose Jimmy [https://github.com/jose-jimmy]
- 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.
- Embed video of project demo
Node js - v20.1.0
Electron js - v1.4.13
HTML5
CSS
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.
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.