Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reqbaa/reqnotes
- Owner: ReqBaa
- License: gpl-3.0
- Created: 2023-04-05T22:30:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T15:57:07.000Z (9 months ago)
- Last Synced: 2024-11-05T12:03:06.385Z (about 2 months ago)
- Topics: avalonia, avalonia-ui, avalonia11, avaloniaui, desktop-app, dotnet, dotnet6, dotnet8, linux-app, mvvm-pattern, notes-app, personal-notes, reactiveui, reqnotes, ubuntu-app, windows-app
- Homepage: https://github.com/ReqBaa/ReqNotes
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![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.### 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
```### 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)## 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.## License
Distributed under the GNU GENERAL PUBLIC LICENSE Version 3 License. See `LICENSE` for more information.
## Contact
Project Link: [https://github.com/ReqBaa/ReqNotes](https://github.com/ReqBaa/ReqNotes)
## 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)