Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dattali18/wpf-.net-project
This project is part of the "mini projects in windows system" course, focusing on teaching the SOLID principle and basic design patterns such as Singleton and Factory.
https://github.com/dattali18/wpf-.net-project
c-sharp software-development solid-principles windows wpf
Last synced: 16 days ago
JSON representation
This project is part of the "mini projects in windows system" course, focusing on teaching the SOLID principle and basic design patterns such as Singleton and Factory.
- Host: GitHub
- URL: https://github.com/dattali18/wpf-.net-project
- Owner: dattali18
- Created: 2023-09-07T10:03:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T11:18:40.000Z (over 1 year ago)
- Last Synced: 2024-11-10T23:13:49.951Z (2 months ago)
- Topics: c-sharp, software-development, solid-principles, windows, wpf
- Language: C#
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Store Management & Selling - WPF .NET Project
## Description
This project is part of the "mini projects in windows system" course, focusing on teaching the SOLID principle and basic design patterns such as Singleton and Factory. The project aims to create a store management and selling application using WPF in C#.
## Installation
To run this project, follow these steps:
1. Clone the repository to your local machine:
2. Open the project in Visual Studio.
3. Build and run the project from Visual Studio.
## Usage
This application consists of two main parts:
1. **Manager's Interface**: In this section, the manager can add, update, and manage the inventory of the store.
2. **User's Interface**: Users can purchase items and view their orders.
## Screenshots and Video
![Screenshot 1](screenshot1.png)
![Screenshot 2](screenshot2.png)## Contributing
Currently, we are not accepting contributions to this project.
## Author
This project is maintained by [Daniel Attali](https://www.linkedin.com/in/daniel-attali-3885a1209/).
## Contact
You can reach out to the author via [LinkedIn](https://www.linkedin.com/in/daniel-attali-3885a1209/) or by opening an issue on the GitHub repository.