https://github.com/minatisleeping/badminton-shop
https://github.com/minatisleeping/badminton-shop
java oop
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/minatisleeping/badminton-shop
- Owner: minatisleeping
- License: mit
- Created: 2023-11-29T04:22:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T13:05:06.000Z (over 1 year ago)
- Last Synced: 2025-02-02T04:51:11.429Z (10 months ago)
- Topics: java, oop
- Language: Java
- Homepage:
- Size: 1.93 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SHOP BADMINTON MANAGEMENT PROJECT 🏸🏪
## Background
Actually, nowaday more and more people(including me hehee) enjoy badminton sport, so I want to build a badminton shop to meet the requirements, needs of purchasing racket, shoe, shuttle cock or sportswear,.. And my shop was established
## Program Specifications
I want to develop a Java programme that shows the following menu:
Select the options below:

# Main function details
### 1. Function 1: Add a product into list
The program displays a menu and asks users to input an option from 1 to 11.
### 2. Function 2: Build the data structure
* Classes, abstract classes, interfaces.
* Use only one collection to badminton shop.
### 3. Function 3: Add a product to the list
* User inputs new product’s information
* Remember to check the id cannot be duplicated. Other information must be validating.
* Add new product to the collection.
* After adding, the program asks whether you want to continue adding another product or return to the menu.
### 4. Function 4: Search a product by ID, name
* User inputs the key word want to search. The program returns all product that has name contain the search string.
* If the product is not existed, the screen shows message “This product does not exist”. Otherwise, the screen shows the product information.
* After searching, the program asks if the user wants to continue searching for another product or return to the menu.
### 5. Function 5: Remove the product by ID
* User can remove any product in the refrigerator by ID, name
* Before the remove, the program must show confirm message.
* Show the result of the remove: success or fail.
* After removing, the program returns to the menu.
## License & Copyright
© 2023 Mai Minh Nhat Minatisleeping Licensed under the [GPL-3.0 LICENSE](https://github.com/minatisleeping/Badminton-Shop/blob/main/LICENSE).
> :love_you_gesture: Feel free to use my repository and star it if you find something interesting :love_you_gesture: