Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awass04/mini-application
A menu system I have created to display my skills in C#. Allows the user to: Verify an ISBN number, add, remove and view a school roster and turn a trinary number into its decimal equivalent.
https://github.com/awass04/mini-application
application csharp isbn isbn-10 menu verifications
Last synced: about 1 month ago
JSON representation
A menu system I have created to display my skills in C#. Allows the user to: Verify an ISBN number, add, remove and view a school roster and turn a trinary number into its decimal equivalent.
- Host: GitHub
- URL: https://github.com/awass04/mini-application
- Owner: AWass04
- Created: 2024-09-28T05:29:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T17:21:45.000Z (2 months ago)
- Last Synced: 2024-10-19T00:13:47.134Z (2 months ago)
- Topics: application, csharp, isbn, isbn-10, menu, verifications
- Language: C#
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini-Application
A menu system I have created to display a basic understanding of C#.# Functionality
* Verifies ISBN numbers
* School Roster
* Add student
* Remove student
* View school or individual form
* Trinary converter# Language Used
C#