Skip to content

Commit

Permalink
fix: Some fixies
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasiuk-anatolii committed Jun 9, 2023
1 parent 35ec6ee commit 5c7d917
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<br/>
<p align="center">
<img src="images-readme/Logo.jpg" alt="Logo" width="80" height="80">
<img src="images-readme/Logo_delivery_app.jpg" alt="Logo" width="80" height="80">

<h3 align="center">Delivery App</h3>

Expand All @@ -12,7 +12,6 @@
</p>



## Table Of Contents

* [About the Project](#about-the-project)
Expand All @@ -27,7 +26,7 @@

## About The Project

![Screen Shot](images-readme/Screenshot_1.jpg)
![Screen Shot](images-readme/Screenshot_1_delivery_app.jpg)

The Delivery App consists four basic pages:
* Home Page
Expand All @@ -37,11 +36,11 @@ The Delivery App consists four basic pages:

On the Home page users can choose a shop, then add goods to the cart (data will be gotten from the database).

![Screen Shot](images-readme/Screenshot_2.jpg)
![Screen Shot](images-readme/Screenshot_2_delivery_app.jpg)

On the Cart Page the user can check all added products, change the count.

![Screen Shot](images-readme/Screenshot_3.jpg)
![Screen Shot](images-readme/Screenshot_3_delivery_app.jpg)

And add an email, a phone number, and an address (in
inputs). The order will be saved in the database after the user clicks the “submit” button, which will appear after verification captcha. Also, the user can apply coupons on discount.
Expand All @@ -52,21 +51,21 @@ Users can choose their address using a marker on the map. The user should grab t

When the user choosed products and opened Cart Page, initially the marker places in a point, which has coordinates of choosed shop.

![Screen Shot](images-readme/Screenshot_4.jpg)
![Screen Shot](images-readme/Screenshot_4_delivery_app.jpg)

The App shows route from shop to user’s address and approximately time (in hours) of delivering.

![Screen Shot](images-readme/Screenshot_5.jpg)
![Screen Shot](images-readme/Screenshot_6.jpg)
![Screen Shot](images-readme/Screenshot_5_delivery_app.jpg)
![Screen Shot](images-readme/Screenshot_6_delivery_app.jpg)

Users can find their orders on History Page.

![Screen Shot](images-readme/Screenshot_7.jpg)
![Screen Shot](images-readme/Screenshot_7_delivery_app.jpg)

Users can see all coupons (coupons will be used for
discounts, users can apply them on the shopping cart page)

![Screen Shot](images-readme/Screenshot_8.jpg)
![Screen Shot](images-readme/Screenshot_8_delivery_app.jpg)

One coupon the user can use one time!

Expand Down Expand Up @@ -167,7 +166,7 @@ npm start

5. After that, you should see:

![Screen Shot](images-readme/Screenshot_10.jpg)
![Screen Shot](images-readme/Screenshot_10_delivery_app.jpg)

6. It means, that your server is started.

Expand All @@ -181,7 +180,7 @@ npm start
4. You should used utility of PostgreSQL such as pg_restore and restore data base with specified name.
5. Restored database must consists 3 tables: 'shops', 'products', 'orders'.

![Screen Shot](images-readme/Screenshot_11.jpg)
![Screen Shot](images-readme/Screenshot_11_delivery_app.jpg)

6. If you reached this, it means that your have done all steps well.

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 5c7d917

Please sign in to comment.