Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reqbaa/reqnotes

Personal Notes Application, Cross platform desktop application, developed with .NET 8 and Avalonia UI
https://github.com/reqbaa/reqnotes

avalonia avalonia-ui avalonia11 avaloniaui desktop-app dotnet dotnet6 dotnet8 linux-app mvvm-pattern notes-app personal-notes reactiveui reqnotes ubuntu-app windows-app

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        





Logo

ReqNotes


Personal Notes Application


Download and Install »




Report Bug
·
Request Feature


![version](https://img.shields.io/github/v/release/ReqBaa/ReqNotes?color=blue)
![Downloads](https://img.shields.io/github/downloads/ReqBaa/ReqNotes/total) ![Contributors](https://img.shields.io/github/contributors/ReqBaa/ReqNotes?color=dark-green) ![Issues](https://img.shields.io/github/issues/ReqBaa/ReqNotes) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

## About The Project

![Screen Shot](images/image1.png)

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:

* x64 (v2.0): [Download](https://github.com/ReqBaa/ReqNotes/releases/download/v2.0/reqnotessetup-x64-2.0.exe)

* x86 (v2.0): [Download](https://github.com/ReqBaa/ReqNotes/releases/download/v2.0/reqnotessetup-x86-2.0.exe)

_Linux:_
- Download and Install deb:
- amd64 (v2.0): [Download](https://github.com/ReqBaa/repo/raw/main/pool/main/r/reqnotes/reqnotes_2.0-0ubuntu1_amd64.deb)
- or Install with apt:
- Open terminal:
```sh
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](https://img.shields.io/badge/-.NET%208.0-blueviolet?logo=dotnet)
* ![Avalonia](https://img.shields.io/badge/-AVALONIA%20UI-blueviolet?logo=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](https://github.com/ReqBaa/ReqNotes/issues/new) 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](https://github.com/ReqBaa/ReqNotes)

(back to top)

## Acknowledgments

* ![Dotnet](https://img.shields.io/badge/-.NET%208.0-blueviolet?logo=dotnet)
* ![Avalonia](https://img.shields.io/badge/-AVALONIA%20UI-blueviolet?logo=avalonia)
* ![ReactiveUI](https://img.shields.io/badge/-REACTIVEUI-blueviolet?logo=reactiveui)

(back to top)