diff --git a/README.md b/README.md index 841a82da..ca5f224a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ -# Shop Angular Cloudfront +# Shop Angular Cloudfront ( Forked version by Angel Mena) Angular version: ~12. -Repo maintainers: +## AWS Deployment links -- [Sergey Gultyayev](https://github.com/gultyayev) +S3: https://myownjuicestorebucket.s3.amazonaws.com/index.html +CloudFront: https://d3i49zqf7hu5b1.cloudfront.net/ + +## Changelog + +1.0.0 initial version ## The purpose diff --git a/angular.json b/angular.json index 03f35c57..023a08e1 100644 --- a/angular.json +++ b/angular.json @@ -25,10 +25,7 @@ "main": "src/main.ts", "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.app.json", - "assets": [ - "src/favicon.ico", - "src/assets" - ], + "assets": ["src/favicon.ico", "src/assets"], "styles": [ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.scss" @@ -95,10 +92,7 @@ "polyfills": "src/polyfills.ts", "tsConfig": "tsconfig.spec.json", "karmaConfig": "karma.conf.js", - "assets": [ - "src/favicon.ico", - "src/assets" - ], + "assets": ["src/favicon.ico", "src/assets"], "styles": [ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.scss" @@ -109,10 +103,7 @@ "lint": { "builder": "@angular-eslint/builder:lint", "options": { - "lintFilePatterns": [ - "src/**/*.ts", - "src/**/*.html" - ] + "lintFilePatterns": ["src/**/*.ts", "src/**/*.html"] } }, "e2e": { @@ -131,9 +122,8 @@ } }, "cli": { - "schematicCollections": [ - "@angular-eslint/schematics" - ] + "schematicCollections": ["@angular-eslint/schematics"], + "analytics": false }, "schematics": { "@angular-eslint/schematics:application": { diff --git a/package.json b/package.json index 5b155300..8f61aa46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.0.0", + "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/assets/products.json b/src/assets/products.json index 2377a5b3..6f09667a 100644 --- a/src/assets/products.json +++ b/src/assets/products.json @@ -1,58 +1,58 @@ [ { "count": 4, - "description": "Short Product Description1", + "description": "Cold-Pressed Watermelon juice, price per bottle", "id": "7567ec4b-b10c-48c5-9345-fc73c48a80aa", - "price": 2.4, - "title": "ProductOne" + "price": 10, + "title": "Watermelon" }, { "count": 6, - "description": "Short Product Description3", + "description": "Cold-Pressed Mango Juice, price per bottle", "id": "7567ec4b-b10c-48c5-9345-fc73c48a80a0", "price": 10, - "title": "ProductNew" + "title": "Mango" }, { "count": 7, - "description": "Short Product Description2", + "description": "Cold-Pressed Kiwi Juice, price per bottle", "id": "7567ec4b-b10c-48c5-9345-fc73c48a80a2", - "price": 23, - "title": "ProductTop" + "price": 10, + "title": "Kiwi" }, { "count": 12, - "description": "Short Product Description7", + "description": "Strawberry + Blueberry juice mix, price per bottle", "id": "7567ec4b-b10c-48c5-9345-fc73c48a80a1", "price": 15, - "title": "ProductTitle" + "title": "Strawberry/BlueBerry" }, { "count": 7, - "description": "Short Product Description2", + "description": "Strawberry + BlueBerry juice mix, price per bottle", "id": "7567ec4b-b10c-48c5-9345-fc73c48a80a3", - "price": 23, - "title": "Product" + "price": 15, + "title": "Strawberry/Kiwi" }, { "count": 8, - "description": "Short Product Description4", + "description": "Mint + Lemon + Ginger juice mix", "id": "7567ec4b-b10c-48c5-9345-fc73348a80a1", - "price": 15, - "title": "ProductTest" + "price": 20, + "title": "Mint/Lemon/Ginger" }, { "count": 2, - "description": "Short Product Descriptio1", + "description": "Strawberry + Orange + Mango juice mix", "id": "7567ec4b-b10c-48c5-9445-fc73c48a80a2", - "price": 23, - "title": "Product2" + "price": 20, + "title": "Strawberry/Orange/Mango" }, { "count": 3, - "description": "Short Product Description7", + "description": "Strawberry + Banana + Almond juice mix", "id": "7567ec4b-b10c-45c5-9345-fc73c48a80a1", - "price": 15, - "title": "ProductName" + "price": 20, + "title": "Strawberry/Banana/Almond Milk" } ]