ECommerceClient is a front-end application for an e-commerce platform, developed using Angular. It serves as the user interface for browsing products, managing the shopping cart, and handling user interactions.
- Product listing and detail view
- Shopping cart functionality
- User authentication and profile management
- Responsive design for various devices
- Angular 15.1.2
- TypeScript
- HTML & CSS
- Node.js (version 14 or above)
- Angular CLI
-
Clone the repository:
git clone https://github.com/sdkmen/ECommerceClient.git cd ECommerceClient -
Install dependencies:
npm install
-
Run the development server:
ng serve
-
Open your browser and navigate to
http://localhost:4200/.
To build the project for production, run:
ng buildThe build artifacts will be stored in the dist/ directory.
-
Unit tests:
ng test -
End-to-end tests:
ng e2e