https://github.com/maciekiwaniuk/prime-numbers-handler
🛠Prime numbers handler desktop application made in C#
https://github.com/maciekiwaniuk/prime-numbers-handler
csharp desktop-app wpf xaml
Last synced: 26 days ago
JSON representation
🛠Prime numbers handler desktop application made in C#
- Host: GitHub
- URL: https://github.com/maciekiwaniuk/prime-numbers-handler
- Owner: maciekiwaniuk
- Created: 2022-02-10T13:56:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T16:45:24.000Z (about 4 years ago)
- Last Synced: 2025-08-24T16:51:42.991Z (11 months ago)
- Topics: csharp, desktop-app, wpf, xaml
- Language: C#
- Homepage:
- Size: 949 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prime numbers handler
> ### Project of the WPF desktop application where you can handle some actions related with prime numbers.
- The algorithms and mechanisms of the entire application are written in C#.
- GUI is written in XAML.
# Application usage
- To use the application, simply type a number or a range of numbers into the text box and click on the option and expect the result displayed in the box.
- The application supports errors, so if the user provides something that the program is not able to process in the results window he will be informed about it.
# Application appearance
