An open API service indexing awesome lists of open source software.

https://github.com/marceloxhenrique/ecommerce-frontend

E-Commerce Shoes Store. A modern web application for shoes shopping, featuring a wide variety of footwear, user accounts and secure checkout. Built with Angular 18 and PrimeNG.
https://github.com/marceloxhenrique/ecommerce-frontend

angular18 primeng render scss typescript

Last synced: 5 months ago
JSON representation

E-Commerce Shoes Store. A modern web application for shoes shopping, featuring a wide variety of footwear, user accounts and secure checkout. Built with Angular 18 and PrimeNG.

Awesome Lists containing this project

README

          

E-Commerce Shoes Store

E-Commerce Shoes Store A modern web application for shoes shopping, featuring a wide variety of footwear, user accounts and secure checkout. Built with Angular 18 and PrimeNG

💻 Technologies

![TYPESCRIPT_BADGE](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=fff)
![ANGULAR_BADGE](https://img.shields.io/badge/Angular-%23DD0031.svg?style=for-the-badge&logo=angular&logoColor=white)
![SCSS_BADGE](https://img.shields.io/badge/Scss-CC6699?style=for-the-badge&logo=sass&logoColor=white)
![PRIME_NG](https://img.shields.io/badge/PrimeNG-F43F5E?style=for-the-badge&logo=primeng&logoColor=white)
![RENDER](https://img.shields.io/badge/Render-fff?style=for-the-badge&logo=render&logoColor=000)

🚀 Getting started

Prerequisites

- [Git](https://git-scm.com/)
- [NodeJS](https://nodejs.org/en)
- [Angular](https://angular.dev/)

Cloning

First, clone the repository

```bash
git clone https://github.com/marceloxhenrique/myecommerce.git
```

Install dependecies

```bash
cd /project-name
npm install
```

Starting

```bash
ng serve
```