Skip to content

husseinhareb/Elenotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elenotes

Description

A simple note-taking application built with Electron and NeDB, providing a user-friendly GUI to manage notes effectively.

Features

  • Note Creation: Click the "Add" icon and start typing your note.

  • addNotes

  • Editing Notes: Click the "Edit" icon and start editing your previous note.

  • edit-note

  • Deleting Notes: Click the delete icon next to the note.

  • ezgif com-resize

  • Delete All Notes: Use the "Delete All" icon to clear all notes.

  • deleteAll-note

Languages Used

  • Electron(Html,Css,Javascript)
  • nedb

Installation

Executable Release

  1. Go to the Releases section of this repository.
  2. Download the latest release package for your operating system.
  3. Extract the downloaded package to a location of your choice.
  4. Run the executable file (Elenotes.exe for Windows, Elenotes for Linux).

Getting Started

Follow these steps to run the app locally:

  1. Clone the repository:

    git clone https://github.com/husseinhareb/Elenotes
  2. Install dependencies:

    cd Elenotes/src
    npm install electron --save-dev
  3. Run the application:

    npm start

Contributing

Contributions are welcome! If you'd like to contribute:

Fork the repository.
Create your branch: git checkout -b feature/YourFeature.
Commit your changes: git commit -m 'Add some feature'.
Push to the branch: git push origin feature/YourFeature.
Submit a pull request.

License

This project is licensed under the MIT License.

About

Simple app for taking notes using Electron.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors