Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheusfd3/shopping-cart
Carrinho de compras para E-Commerce.
https://github.com/matheusfd3/shopping-cart
2021 reactjs styled-components
Last synced: about 1 month ago
JSON representation
Carrinho de compras para E-Commerce.
- Host: GitHub
- URL: https://github.com/matheusfd3/shopping-cart
- Owner: matheusfd3
- Created: 2021-05-03T20:08:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-27T19:54:22.000Z (about 3 years ago)
- Last Synced: 2024-04-28T05:50:02.515Z (8 months ago)
- Topics: 2021, reactjs, styled-components
- Language: TypeScript
- Homepage:
- Size: 509 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introdução
Um projeto de carrinho de compras para um E-Commerce.
## Primeiro Acesso
### Clonando o projeto
```
$ git clone https://github.com/matheusfd3/shopping-cart.git
```
### Baixando as dependências
Na pasta do projeto execute o comando abaixo com o [Yarn](https://yarnpkg.com/lang/pt-br/).
```
$ yarn install
```
### Fake API com JSON Server
Vamos utilizar o JSON Server para simular uma API que possui as informações dos produtos e do estoque.
```
$ yarn server
```
### Rodando no localhost
```
$ yarn start
```
Acesse [http://localhost:3000/](http://localhost:3000/).
## Páginas
### **Rocketshoes**
### **Meu Carrinho**