Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unrealbg authored Jan 1, 2025
1 parent bd268fe commit 2ab4828
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [Technologies Used](#technologies-used)
- [Requirements](#requirements)
- [Getting Started](#getting-started)
- [Screenshots](#screenshots)
- [Contributing](#contributing)
- [Demo](#demo)
- [License](#license)
Expand Down Expand Up @@ -62,6 +63,61 @@ Follow these steps to set up and run BlazorShop:
```sh
dotnet run
```
## Screenshots

### User Home View
![User Home View](https://vps.unrealbg.com/blazorblog/UserHomeView.png)

### User Dropdown Menu
![User Dropdown Menu](https://vps.unrealbg.com/blazorblog/UserDropDown.png)

### My Profile Page
![My Profile Page](https://vps.unrealbg.com/blazorblog/MyProfilePage.png)

### Change Password
![Change Password](https://vps.unrealbg.com/blazorblog/ChangePassword.png)

### User Adds Product to Cart Once
![User Adds Product to Cart Once](https://vps.unrealbg.com/blazorblog/UserAddProductToCardOnce.png)

### User Adds Same Product Twice
![User Adds Same Product Twice](https://vps.unrealbg.com/blazorblog/UserAddSameProductTwice.png)

### See More Product Details
![See More Product Details](https://vps.unrealbg.com/blazorblog/SeeMore.png)

### User Cart
![User Cart](https://vps.unrealbg.com/blazorblog/UserCart.png)

### User Select Payment Method
![User Select Payment Method](https://vps.unrealbg.com/blazorblog/UserSelectPaymentMethod.png)

### Payment Process
![Payment Process](https://vps.unrealbg.com/blazorblog/Paying.png)

### Payment Success
![Payment Success](https://vps.unrealbg.com/blazorblog/PaymentSuccess.png)

### Add Category
![Add Category](https://vps.unrealbg.com/blazorblog/AddCategory.png)

### Add Category Confirmation
![Add Category Confirmation](https://vps.unrealbg.com/blazorblog/AddCategory2.png)

### Product Management Page
![Product Management Page](https://vps.unrealbg.com/blazorblog/AddProductPage.png)

### Add Product to Category
![Add Product to Category](https://vps.unrealbg.com/blazorblog/AddProductToCategory.png)

### Product Added Successfully
![Product Added Successfully](https://vps.unrealbg.com/blazorblog/ProductAddedSusscessfully.png)

### Delete Category Confirmation
![Delete Category Confirmation](https://vps.unrealbg.com/blazorblog/DeleteCategoty.png)

### Category Deletion Success
![Category Deletion Success](https://vps.unrealbg.com/blazorblog/CategoryDeleteSuccessfully.png)

## Contributing
We welcome contributions to BlazorShop! Here’s how you can get involved:
Expand Down

0 comments on commit 2ab4828

Please sign in to comment.