https://github.com/gustavoestevesr/marketplace-angular
Este projeto contém os fundamentos do Angular para a construção de uma loja online com catálogo, carrinho de compras e formulário de check-out.
https://github.com/gustavoestevesr/marketplace-angular
angular deploy event-emitter http-client life-cycle-component observables pipes services sharing-data
Last synced: about 1 month ago
JSON representation
Este projeto contém os fundamentos do Angular para a construção de uma loja online com catálogo, carrinho de compras e formulário de check-out.
- Host: GitHub
- URL: https://github.com/gustavoestevesr/marketplace-angular
- Owner: gustavoestevesr
- Created: 2024-05-14T22:44:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T18:00:26.000Z (about 2 years ago)
- Last Synced: 2025-11-23T04:21:02.953Z (7 months ago)
- Topics: angular, deploy, event-emitter, http-client, life-cycle-component, observables, pipes, services, sharing-data
- Language: TypeScript
- Homepage: https://marketplace-angular-omega.vercel.app/
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
💻 Marketplace Angular
This project contains the basics of Angular for building an online store with catalog, shopping cart and checkout form.
🎨 Layout
💻 Technologies
- HTML
- CSS
- JavaScript
- Angular
- Typescript
💻 Skills
- Sharing Data and Emitting Events Between Components
- Params Data
- Http Client
- Observables
- Routing
- Conditionals Directives
- Pipes
- Array Data Structure
- Hard Coded CSS
🚀 Getting started
Prerequisites
- [NodeJS](https://github.com/)
- [Git 2](https://github.com)
- [Angular](https://angular.io/)
Cloning
How to clone your project
```bash
git clone github.com/gustavoestevesr/marketplace-angular
```
Starting
How to start your project
```bash
cd marketplace-angular
npm install
```
Running
How to run your project
```bash
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.
```
📫 Contribute
Here you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request
1. `git clone https://github.com/gustavoestevesr/tic-tac-toe-pwa-angular`
2. `git checkout -b feature/NAME`
3. Follow commit patterns
4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!