A front-end web application for an e-commerce store built with Angular and TypeScript. The app showcases product categories (e.g., Men, Women, Kids), product listings, detailed product pages and a basic shopping cart experience.
- Browse product categories: Men, Women, Kids and more
- View lists of products with images, descriptions and prices
- Navigate to a detailed page for each product
- Add items to a shopping cart and adjust quantities (basic cart logic)
- Responsive design using Angular components and modern CSS
- Organized component-based architecture for scalability
- Angular 18.x
- TypeScript
- HTML & CSS (TailwindCSS or Bootstrap)
- Angular CLI for project scaffolding and build
- Angular Router for navigation and RxJS for state management
Clone the repository and install dependencies:
git clone https://github.com/Jaser1010/ecommerce-angular-store.git
cd ecommerce-angular-store
npm install
Run the development server:
ng serve
The application will be available at http://localhost:4200/.
This project is for learning purposes. Feel free to fork the repository and submit pull requests with improvements or bug fixes.