ITI Shopping is a modern and fully responsive e-commerce web application, designed to provide a seamless online shopping experience. This project was built using Angular, featuring dynamic product listings, a shopping cart system, and smooth navigation.
✅ Fully responsive and user-friendly design
✅ Product listing with detailed product views
✅ Shopping cart with add/remove functionality
✅ Category-based product filtering
✅ User authentication and account management
✅ Smooth navigation with Angular Router
- Frontend: Angular
- Styling: Bootstrap / SCSS / CSS
- Routing & State Management: Angular Router
- API Integration: Mock API or backend integration
- Clone the repository:
git clone https://github.com/ayaatef11/ITI-Shopping.git cd ITI-Shopping
Install dependencies:
npm install
2.Run the development server:
ng serve
3.Open your browser and go to:
http://localhost:4200
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
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.