Welcome to the Shopping Site Project! This is a simple command-line shopping application written in Java. It allows users to browse and shop for different types of clothing and manage their wishlists.
Before you begin, ensure you have met the following requirements:
- Java Development Kit (JDK): Make sure you have Java installed on your system.
-
Clone the repository:
git clone https://github.com/yourusername/FlipkartProject.git
-
Compile the Java code:
javac ShoppingProject/Driver.java
-
Run the application:
java ShoppingProject.Driver
- Browse and select clothing items by type (Shirt, Jeans, Tshirt).
- Sort clothing items by Brand, Price, or Color.
- Add selected items to your wishlist.
- View and manage your wishlist.
- Exit the application when you're done shopping.
Contributions are welcome! If you have any ideas, bug fixes, or improvements, please open an issue or submit a pull request.