https://github.com/aifia105/ecommerce-shop
A responsive frontend for an e-commerce website built with Angular and Tailwind CSS
https://github.com/aifia105/ecommerce-shop
angular jwt ngrx tailwindcss
Last synced: 3 months ago
JSON representation
A responsive frontend for an e-commerce website built with Angular and Tailwind CSS
- Host: GitHub
- URL: https://github.com/aifia105/ecommerce-shop
- Owner: aifia105
- Created: 2023-10-05T21:59:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T07:48:19.000Z (over 1 year ago)
- Last Synced: 2025-07-03T18:10:31.433Z (12 months ago)
- Topics: angular, jwt, ngrx, tailwindcss
- Language: TypeScript
- Homepage: https://ecommerce-shop-henna.vercel.app
- Size: 38.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# E-commerce Shop Frontend
A responsive frontend for an e-commerce website built with Angular and Tailwind CSS.
## Description
This project provides the frontend user interface for an e-commerce shop, featuring responsive product listings, a shopping cart, and user authentication.
## Installation
Clone the repository and install dependencies:
```bash
git clone https://github.com/aifia105/Ecommerce-Shop.git
cd Ecommerce-Shop
npm install
```
Development
Run the development server:
```bash
ng serve
```
Visit http://localhost:4200/ in your browser.
Build
To build the project:
```bash
ng build
```
The output will be stored in the dist/ directory.