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

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.

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.


📱 Visit this Project

🎨 Layout


Image Example

💻 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!