Skip to content

Angular front-end for an e-commerce store with categories, product listings, product details, and a shopping cart. Built with Angular and TypeScript.

Notifications You must be signed in to change notification settings

Jaser1010/ecommerce-angular-store

Repository files navigation

E-Commerce Angular Store

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.

Features

  • 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

Tech Stack

  • 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

Getting Started

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

Contributing

This project is for learning purposes. Feel free to fork the repository and submit pull requests with improvements or bug fixes.

About

Angular front-end for an e-commerce store with categories, product listings, product details, and a shopping cart. Built with Angular and TypeScript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages