+ Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsum animi eaque doloremque error voluptate + alias dolorem esse qui voluptatum eius placeat unde consequuntur sequi dolor, repudiandae nobis. + Excepturi, dolores tenetur. +
+diff --git a/04_typescript/projects/typescript-ecom-manager-template.zip b/04_typescript/projects/typescript-ecom-manager-template.zip index 52b511f..9c6a47e 100644 Binary files a/04_typescript/projects/typescript-ecom-manager-template.zip and b/04_typescript/projects/typescript-ecom-manager-template.zip differ diff --git a/04_typescript/projects/typescript-ecom-manager-template/.gitignore b/04_typescript/projects/typescript-ecom-manager-template/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/04_typescript/projects/typescript-ecom-manager-template/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/04_typescript/projects/typescript-ecom-manager-template/README.md b/04_typescript/projects/typescript-ecom-manager-template/README.md new file mode 100644 index 0000000..601f2df --- /dev/null +++ b/04_typescript/projects/typescript-ecom-manager-template/README.md @@ -0,0 +1,17 @@ +## License and terms of use + +© Web Professional Institute Inc. All rights reserved. + +This material is provided solely for students enrolled in courses offered by Web Professional Institute Inc. By accessing or using this code, you acknowledge that it is strictly for educational use within the context of Web Professional Institute Inc. programs. + +**Usage Restrictions:** + +- Redistribution, sharing, or copying of this material outside the course environment is strictly prohibited. +- The content is designed to support your learning objectives and is not authorized for commercial projects, public repositories, or applications beyond the course scope. +- Unauthorized commercial use or open-source distribution is strictly prohibited and may result in expulsion from the program and legal action. + +**Agreement & Rights:** + +As a student, you have agreed to these terms as part of your enrollment agreement, which includes additional details on permitted uses, restrictions, and policies. The author and Web Professional Institute Inc. retain all rights to this material, including the code base and instructional content. + +For any questions regarding these terms, please contact Web Professional Institute Inc. for clarification. diff --git a/04_typescript/projects/typescript-ecom-manager-template/assets/index.html b/04_typescript/projects/typescript-ecom-manager-template/assets/index.html new file mode 100644 index 0000000..0e453f4 --- /dev/null +++ b/04_typescript/projects/typescript-ecom-manager-template/assets/index.html @@ -0,0 +1,21 @@ + + +
+ + +Open the console to see the output
++ Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsum animi eaque doloremque error voluptate + alias dolorem esse qui voluptatum eius placeat unde consequuntur sequi dolor, repudiandae nobis. + Excepturi, dolores tenetur. +
+