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

https://github.com/jett220201/salesdateprediction-frontend

SPA (Single Page App) with Angular 19 with tables, forms and dialog using Angular Material.
https://github.com/jett220201/salesdateprediction-frontend

angular

Last synced: 3 months ago
JSON representation

SPA (Single Page App) with Angular 19 with tables, forms and dialog using Angular Material.

Awesome Lists containing this project

README

          

# SalesPredictionApp πŸ“…πŸ“Š

SPA web application using Angular 19. The application connects to
an API to display detailed information about user purchase orders,
including the expected date of the next purchase. In addition, it allows
the creation of new purchase orders using Angular Material for an intuitive and modern interface.

## πŸš€ Technologies Used
- **Angular 19.2.0**

## πŸ“₯ Getting Started
These instructions will give you a give to install and run the
project in your local machine.

### πŸ“‚ Project structure
This project has the following structure:
```
└── πŸ“SalesDatePrediction-Frontend
└── πŸ“sales-prediction-app
└── πŸ“.angular
└── .editorconfig
└── .gitignore
└── πŸ“.vscode
└── extensions.json
└── launch.json
└── tasks.json
└── angular.json
└── package-lock.json
└── package.json
└── πŸ“public
└── favicon.ico
└── πŸ“src
└── πŸ“app
└── app.component.css
└── app.component.html
└── app.component.spec.ts
└── app.component.ts
└── app.config.server.ts
└── app.config.ts
└── app.routes.server.ts
└── app.routes.ts
└── πŸ“components
└── πŸ“customers
└── customers.component.css
└── customers.component.html
└── customers.component.spec.ts
└── customers.component.ts
└── πŸ“new-order-customer
└── new-order-customer.component.css
└── new-order-customer.component.html
└── new-order-customer.component.spec.ts
└── new-order-customer.component.ts
└── πŸ“view-orders-customer
└── view-orders-customer.component.css
└── view-orders-customer.component.html
└── view-orders-customer.component.spec.ts
└── view-orders-customer.component.ts
└── πŸ“models
└── customer.model.ts
└── employee.model.ts
└── order.model.ts
└── orderDetails.model.ts
└── product.model.ts
└── shipper.model.ts
└── πŸ“services
└── api.service.spec.ts
└── api.service.ts
└── πŸ“assets
└── πŸ“images
└── nserio-logo.png
└── πŸ“environments
└── environment.prod.ts
└── environment.ts
└── index.html
└── main.server.ts
└── main.ts
└── server.ts
└── styles.css
└── tsconfig.app.json
└── tsconfig.json
└── tsconfig.spec.json
```

### πŸ”₯ Installing

1. Clone the repository:
```sh
git clone https://github.com/jett220201/SalesDatePrediction-Frontend.git
cd SalesDatePrediction-Frontend
```

2. Build project
To build the project run:
```
ng build
```

3. Test project
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
```
ng test
```

4. Start project
To start a local development server, run:
```
ng serve
```

## :octocat: Authors

- **Juan Esteban Torres Tamayo**