{"id":25929829,"url":"https://github.com/jett220201/salesdateprediction-frontend","last_synced_at":"2026-04-29T15:05:38.042Z","repository":{"id":280191424,"uuid":"941218792","full_name":"jett220201/SalesDatePrediction-Frontend","owner":"jett220201","description":"SPA (Single Page App) with Angular 19 with tables, forms and dialog using Angular Material.","archived":false,"fork":false,"pushed_at":"2025-03-01T20:55:16.000Z","size":200,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T21:28:10.645Z","etag":null,"topics":["angular"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jett220201.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-01T19:14:15.000Z","updated_at":"2025-03-01T20:55:20.000Z","dependencies_parsed_at":"2025-03-01T21:28:13.358Z","dependency_job_id":"c1ed8f72-9fc7-4979-b051-3f45f905a03a","html_url":"https://github.com/jett220201/SalesDatePrediction-Frontend","commit_stats":null,"previous_names":["jett220201/salesdateprediction-frontend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jett220201%2FSalesDatePrediction-Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jett220201%2FSalesDatePrediction-Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jett220201%2FSalesDatePrediction-Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jett220201%2FSalesDatePrediction-Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jett220201","download_url":"https://codeload.github.com/jett220201/SalesDatePrediction-Frontend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241753170,"owners_count":20014251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular"],"created_at":"2025-03-03T23:00:26.615Z","updated_at":"2026-04-29T15:05:33.010Z","avatar_url":"https://github.com/jett220201.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SalesPredictionApp 📅📊\n\nSPA web application using Angular 19. The application connects to \nan API to display detailed information about user purchase orders, \nincluding the expected date of the next purchase. In addition, it allows \nthe creation of new purchase orders using Angular Material for an intuitive and modern interface.\n\n## 🚀 Technologies Used\n- **Angular 19.2.0**\n\n## 📥 Getting Started\nThese instructions will give you a give to install and run the\nproject in your local machine.\n\n### 📂 Project structure\nThis project has the following structure:\n```\n└── 📁SalesDatePrediction-Frontend\n    └── 📁sales-prediction-app\n        └── 📁.angular\n        └── .editorconfig\n        └── .gitignore\n        └── 📁.vscode\n            └── extensions.json\n            └── launch.json\n            └── tasks.json\n        └── angular.json\n        └── package-lock.json\n        └── package.json\n        └── 📁public\n            └── favicon.ico\n        └── 📁src\n            └── 📁app\n                └── app.component.css\n                └── app.component.html\n                └── app.component.spec.ts\n                └── app.component.ts\n                └── app.config.server.ts\n                └── app.config.ts\n                └── app.routes.server.ts\n                └── app.routes.ts\n                └── 📁components\n                    └── 📁customers\n                        └── customers.component.css\n                        └── customers.component.html\n                        └── customers.component.spec.ts\n                        └── customers.component.ts\n                    └── 📁new-order-customer\n                        └── new-order-customer.component.css\n                        └── new-order-customer.component.html\n                        └── new-order-customer.component.spec.ts\n                        └── new-order-customer.component.ts\n                    └── 📁view-orders-customer\n                        └── view-orders-customer.component.css\n                        └── view-orders-customer.component.html\n                        └── view-orders-customer.component.spec.ts\n                        └── view-orders-customer.component.ts\n                └── 📁models\n                    └── customer.model.ts\n                    └── employee.model.ts\n                    └── order.model.ts\n                    └── orderDetails.model.ts\n                    └── product.model.ts\n                    └── shipper.model.ts\n                └── 📁services\n                    └── api.service.spec.ts\n                    └── api.service.ts\n            └── 📁assets\n                └── 📁images\n                    └── nserio-logo.png\n            └── 📁environments\n                └── environment.prod.ts\n                └── environment.ts\n            └── index.html\n            └── main.server.ts\n            └── main.ts\n            └── server.ts\n            └── styles.css\n        └── tsconfig.app.json\n        └── tsconfig.json\n        └── tsconfig.spec.json\n```\n\n### 🔥 Installing\n\n1. Clone the repository:\n```sh\ngit clone https://github.com/jett220201/SalesDatePrediction-Frontend.git\ncd SalesDatePrediction-Frontend\n```\n\n2. Build project\nTo build the project run:\n```\nng build\n```\n\n3. Test project\nTo execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:\n```\nng test\n```\n\n4. Start project\nTo start a local development server, run:\n```\nng serve\n```\n\n## :octocat: Authors\n\n  - **Juan Esteban Torres Tamayo**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjett220201%2Fsalesdateprediction-frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjett220201%2Fsalesdateprediction-frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjett220201%2Fsalesdateprediction-frontend/lists"}