https://github.com/jfcardoso/proway-computers
Página de e-commerce desenvolvido para treinar fundamentos de Angular.
https://github.com/jfcardoso/proway-computers
angularjs html-css ngx-mask reactive-forms typescript
Last synced: 2 months ago
JSON representation
Página de e-commerce desenvolvido para treinar fundamentos de Angular.
- Host: GitHub
- URL: https://github.com/jfcardoso/proway-computers
- Owner: jfcardoso
- Created: 2023-10-25T17:09:04.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-27T22:02:21.000Z (over 1 year ago)
- Last Synced: 2025-02-09T20:21:53.214Z (4 months ago)
- Topics: angularjs, html-css, ngx-mask, reactive-forms, typescript
- Language: TypeScript
- Homepage:
- Size: 28.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProwayComputers
Construção de um site e-commerce de computadores com o objetivo de fixar os conceitos da estrutura de uma aplicação WEB, separando-a em módulos.
O site permite a simulação de compras dos produtos, especificando a quantidade e adicionando ao carrinho de compras, que por sua vez poderá ser editado, acrescentando ou excluindo produtos. Ao clicar em comprar, o site simula a venda e limpa o carrinho, retornando o usuário à página inicial.
OBS: Para este projeto não foi implementado o processo de pagamento.
O site conta ainda com uma página Entre em Contato, onde foi trabalhado o conceito de forms reativos fazendo as validações conforme o usuário vai digitando.
Foi implementado uma barra de pesquisa que poderá ser acionada em todas as rotas do site.
Esse projeto foi gerado com [Angular CLI](https://github.com/angular/angular-cli) versão 16.2.6.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.