From 644cf7f9375653016b77f293ae9a0aed6f4d57b0 Mon Sep 17 00:00:00 2001 From: Popovkov57 Date: Wed, 5 Oct 2022 21:43:30 +0200 Subject: [PATCH 1/2] Update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e05f96d..943e472 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,16 @@ # SportStore +SportStore application is inspired by [Pro angular 6](https://github.com/Apress/pro-angular-6) book. + This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.3. -## Development server +## Development front server -Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. +Run `ng serve` for front server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files. -## Code scaffolding +## Development back server -Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. +Run `npm run json` for back server. ## Build From a6c7923c97a835d6c6013d0a85a35e073df50d15 Mon Sep 17 00:00:00 2001 From: Popovkov57 Date: Wed, 5 Oct 2022 21:44:06 +0200 Subject: [PATCH 2/2] Update style and navigation --- src/app/admin/admin.component.html | 42 ++++---- src/app/admin/auth.component.html | 50 +++++---- src/app/store/cartDetail.component.html | 14 +-- src/app/store/cartSummary.component.html | 4 +- src/app/store/checkout.component.html | 123 ++++++++++++----------- 5 files changed, 127 insertions(+), 106 deletions(-) diff --git a/src/app/admin/admin.component.html b/src/app/admin/admin.component.html index 9df0ecd..a5666a2 100644 --- a/src/app/admin/admin.component.html +++ b/src/app/admin/admin.component.html @@ -1,27 +1,27 @@
- -
-
-
- - - + +
+ +
+
+ +
diff --git a/src/app/admin/auth.component.html b/src/app/admin/auth.component.html index 6fc8ea9..ca3e5f5 100644 --- a/src/app/admin/auth.component.html +++ b/src/app/admin/auth.component.html @@ -1,22 +1,34 @@ -
-

SPORTS STORE Authentication

-
-
- {{ errorMessage }} -
-
-
-
- - +
+ +
+ +
+
+
+
+
+ {{ errorMessage }} +
+
+ +
+ + +
+
+ + +
+
+ + +
+ +
- +
\ No newline at end of file diff --git a/src/app/store/cartDetail.component.html b/src/app/store/cartDetail.component.html index bafe0e5..8db98a8 100644 --- a/src/app/store/cartDetail.component.html +++ b/src/app/store/cartDetail.component.html @@ -1,9 +1,11 @@
-
- + +
+

Your Cart

@@ -57,8 +59,8 @@

Your Cart

-
- +
-
-
- - - - Please enter your name - -
-
- - - - Please enter your address - -
-
- - - - Please enter your city - -
-
- - - - Please enter your state - -
-
- - - - Please enter your zip/postal code - -
-
- - - - Please enter your country - -
-
- - +
+
+
+
+
+

Thanks!

+

Thanks for placing your order.

+

We'll ship your goods as soon as possible.

+ +
+ + +
+ + + + Please enter your name + +
+
+ + + + Please enter your address + +
+
+ + + + Please enter your city + +
+
+ + + + Please enter your state + +
+
+ + + + Please enter your zip/postal code + +
+
+ + + + Please enter your country + +
+
+ + +
+ +
- \ No newline at end of file +
\ No newline at end of file