This Angular E-Commerce project is a web application developed using Angular, providing functionalities for browsing products, categories, and managing a shopping cart.
- Product Listing: Browse through a wide range of products with details such as name, price, and description.
- Category Listing: View products organized by categories for easier navigation.
- Shopping Cart: Add products to the cart, update quantities, and proceed to checkout.
- Responsive Design: Ensures the application adapts well to various device screen sizes.
- Search Functionality: Search for specific products by name or category.
To run this project locally, follow these steps:
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd angular-e-commerce
- Install dependencies:
npm install
- Start the development server:
ng serve
- Open your browser and go to
http://localhost:4200
Once the application is running, you'll have access to the following routes:
/products
: Displays a list of all available products./categories
: Shows a list of product categories./cart
: Displays the shopping cart with added products.
Feel free to explore the application, add products to the cart, and experience the functionalities.
- Angular
- TypeScript
- HTML/CSS
- Bootstrap or any additional styling framework
- RESTful APIs for data retrieval
Contributions are welcome! If you find any issues or would like to propose enhancements, feel free to submit a pull request or create an issue in the repository.
This project is licensed under the MIT License - see the LICENSE file for details.