/iwindy

iWindy eCommerce Shop with Angular, HTML, CSS and Custom API

Primary LanguageTypeScriptMIT LicenseMIT

iWindy eCommerce Shop

Angular project created for project defense @ SoftUni Angular course 2022

iWindy REST API

Technologies and tools used

  • Angular Angular
  • Angular Animations
  • Template Driven Forms/Reactive Forms
  • NgRx NgRx
  • HTML & CSS

Functionality

  1. Guest user can see home page, products page, in products page can search by product name or only products by category, product details page, login, register.
  2. Logged users extend functionality to see other pages and option to create product, like, add to cart, shopping cart and see own created products.
  3. Logged users who is owners of some product extend functionlity with edit/delete.

Client is deployed on vercel and can check it Live Demo

How to run it local:

  1. Clone client and iWindy REST API
  2. npm install / yarn install for client and api
  3. for running rest api check in repo how to run it.

Successully completed course

  • Angular

certificate


This project was generated with Angular CLI version 14.2.4.

Development 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.

Code scaffolding

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.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.