-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26cd290
commit 7d3126a
Showing
1 changed file
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,51 @@ | ||
# Pharma | ||
An online pharmacy website with admin dashboard | ||
# Pharma.com | ||
## This project is another version of PharmEasy with new user infront-end. | ||
## Main page: | ||
![](project-images/main.png) | ||
## Functionality | ||
* ### user log in : | ||
![](project-images/user_login.png) | ||
* ### user sign up : | ||
![](project-images/user_signup.png) | ||
* ### store : | ||
![](project-images/store.png) | ||
* ### about us : | ||
![](project-images/about.png) | ||
* ### search : | ||
![](project-images/search_products.png) | ||
* ### product : | ||
![](project-images/product_details.png) | ||
* ### cart : | ||
![](project-images/cart.png) | ||
* ### checkout : | ||
![](project-images/check_out.png) | ||
* ### order conformation : | ||
![](project-images/comform.png) | ||
* ### admin home : | ||
![](project-images/admin_main.png) | ||
* ### admin log in : | ||
![](project-images/admin_login.png) | ||
* ### orders details and mangement : | ||
![](project-images/orders.png) | ||
* ### Products details : | ||
![](project-images/Products.png) | ||
* ### add new Product : | ||
![](project-images/Products_add.png) | ||
* ### edit Product : | ||
![](project-images/Products_edit.png) | ||
* ### search for Product : | ||
![](project-images/Products_search.png) | ||
* ### customers details : | ||
![](project-images/customers.png) | ||
* ### edit customer : | ||
![](project-images/customer_edit.png) | ||
* ### search for customer : | ||
![](project-images/customer_search.png) | ||
* ### admins details : | ||
![](project-images/admins.png) | ||
* ### add new admin account : | ||
![](project-images/admins_add.png) | ||
* ### edit admin : | ||
![](project-images/admins_edit.png) | ||
* ### search for admin : | ||
![](project-images/admins_search.png) |