Skip to content

Personal Notes Application, Cross platform desktop application, developed with .NET 8 and Avalonia UI

License

Notifications You must be signed in to change notification settings

ReqBaa/ReqNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Logo

ReqNotes

Personal Notes Application
Download and Install »

Report Bug · Request Feature

version Downloads Contributors Issues License: GPL v3

About The Project

Screen Shot

ReqNotes:

  • Take note.

(back to top)

Installation

Minimum Requirements

  • Windows:
    • Windows 10 or later.
  • Linux:
    • Ubuntu 18.04 or later.

Download & Install

Windows:

  • Download the latest version and Install:

Linux:

  • Download and Install deb:
  • or Install with apt:
    • Open terminal:
    wget -qO - https://raw.githubusercontent.com/ReqBaa/repo/master/PUBLIC.KEY | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/reqbaa.key >/dev/null
    echo "deb [signed-by=/etc/apt/trusted.gpg.d/reqbaa.key] https://raw.githubusercontent.com/ReqBaa/repo/master/ bionic main" | sudo tee /etc/apt/sources.list.d/reqbaa.list >/dev/null
    sudo apt-get update
    sudo apt-get install reqnotes

(back to top)

Built With

  • Dotnet
  • Avalonia

(back to top)

Contributing

Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.

(back to top)

License

Distributed under the GNU GENERAL PUBLIC LICENSE Version 3 License. See LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/ReqBaa/ReqNotes

(back to top)

Acknowledgments

  • Dotnet
  • Avalonia
  • ReactiveUI

(back to top)