Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
41d6f9f
home montada e styled-components baixado
fsantos1224 Jan 6, 2021
3faae5e
Merge pull request #1 from future4code/fabio-branch
gabrielapilegi Jan 6, 2021
a905b05
versão sem testes
Jan 7, 2021
0d658ea
Carrinho com delete e soma concluídos
Jan 7, 2021
3f0079e
Merge pull request #2 from future4code/artur-branch
ArturNicolaiewskyPellicioli Jan 7, 2021
ad649ee
substituindo Carrinho
Jan 7, 2021
f2f3b81
Filtros - ainda não funciona
Jan 7, 2021
671ae87
Merge pull request #3 from future4code/labECommerceGP
ArturNicolaiewskyPellicioli Jan 8, 2021
58d0cc7
organizando
fsantos1224 Jan 8, 2021
6d2c31e
Merge pull request #4 from future4code/fabio-branch
ArturNicolaiewskyPellicioli Jan 8, 2021
d2e1940
.
fsantos1224 Jan 8, 2021
4eff48c
alterações da call que fizemos
fsantos1224 Jan 8, 2021
5c5cc99
Merge pull request #5 from future4code/fabio-branch
ArturNicolaiewskyPellicioli Jan 8, 2021
d290cee
Filtros - ainda não funciona perfeitamente
Jan 8, 2021
9cd7d52
Carrinho totalmente funcional
fsantos1224 Jan 9, 2021
4ec7bc4
.
fsantos1224 Jan 9, 2021
dfdabd6
Merge pull request #6 from future4code/fabio-branch
ArturNicolaiewskyPellicioli Jan 9, 2021
a9773d5
Detalhes
Jan 9, 2021
c160e66
Filtros funcionando
Jan 9, 2021
9e63c3c
Merge branch 'master' into labECommerceGP
fsantos22 Jan 9, 2021
06172b2
Merge pull request #7 from future4code/labECommerceGP
fsantos22 Jan 9, 2021
84029bc
Projeto finalizado
fsantos1224 Jan 9, 2021
bd5420d
Local Storage funcionando
fsantos1224 Jan 9, 2021
6190544
Começo da estilização
fsantos1224 Jan 10, 2021
c016a2e
Merge branch 'master' into fabio-branch
fsantos22 Jan 10, 2021
63267f6
Merge pull request #8 from future4code/fabio-branch
fsantos22 Jan 10, 2021
cc9c130
Merge branch 'master' into fabio-styles
fsantos22 Jan 10, 2021
41e457b
Merge pull request #9 from future4code/fabio-styles
fsantos22 Jan 10, 2021
53f5c2c
Responsividade do container em grid
Jan 10, 2021
c009920
Merge pull request #10 from future4code/labECommerceGP
ArturNicolaiewskyPellicioli Jan 10, 2021
0a68418
filtro retrátil e componentes se sobrepondo na tela para não distorce…
fsantos1224 Jan 10, 2021
191f360
Merge pull request #11 from future4code/fabio-styles
gabrielapilegi Jan 10, 2021
c3180e9
botões de + e - adicionados ao carrinho
fsantos1224 Jan 11, 2021
9bacfa6
Merge pull request #12 from future4code/fabio-styles
ArturNicolaiewskyPellicioli Jan 11, 2021
203f7c8
cliente e lojista, só falta pegar o valor dos inputs
Jan 11, 2021
b949047
Merge branch 'master' into artur-branch-domingo
fsantos22 Jan 11, 2021
639e1b8
Merge pull request #13 from future4code/artur-branch-domingo
fsantos22 Jan 11, 2021
706fc21
última versão funcional
fsantos1224 Jan 11, 2021
347fb7c
Update README.md
fsantos22 Jan 11, 2021
16780f6
modo lojista finalizado
fsantos1224 Jan 11, 2021
2644947
Merge pull request #14 from future4code/fabio-modoLoja
fsantos22 Jan 11, 2021
b12da91
Update ProductsField.js
fsantos22 Jan 11, 2021
65846fc
Update README.md
fsantos22 Jan 11, 2021
0f46ecc
Update ProductsField.js
fsantos22 Jan 11, 2021
abfe241
Update App.js
fsantos22 Jan 11, 2021
e68b758
Update ProductsField.js
fsantos22 Jan 11, 2021
b410441
Update App.js
fsantos22 Jan 11, 2021
62cc4d2
Update README.md
fsantos22 Jan 11, 2021
c3b00cc
Update App.js
fsantos22 Jan 11, 2021
2aa6881
Update README.md
fsantos22 Jan 11, 2021
7f0eb46
Update Cart.js
fsantos22 Jan 11, 2021
1c4aeb7
Update App.js
fsantos22 Jan 11, 2021
3f51143
Update README.md
fsantos22 Jan 11, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
Sejam bem vindos ao Labe-commerce, esse repositório contém um esqueleto de app React e um .gitignore.
Surge link do projeto: http://typical-connection.surge.sh/

Funcionalidades:
- Filtro retrátil de valores e nome do produto
- Carrinho retrátil com botões para adicionar ou remover unidades do item
- Ordenamento de produtos de forma crescente ou decrescente
- Responsividade completa
- Estilização concluída
- Modo lojista criado para adicionar novos produtos
14,067 changes: 14,067 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
"@testing-library/user-event": "^7.1.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
"react-scripts": "3.4.1",
"react-spring": "^8.0.27",
"react-springs": "^1.1.0",
"styled-components": "^5.2.1"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Binary file removed public/favicon.ico
Binary file not shown.
33 changes: 11 additions & 22 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,30 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<html lang="pt-br">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>LabE-Commerce</title>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap" rel="stylesheet">
<style>
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file removed public/logo192.png
Binary file not shown.
Binary file removed public/logo512.png
Binary file not shown.
25 changes: 0 additions & 25 deletions public/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions public/robots.txt

This file was deleted.

38 changes: 0 additions & 38 deletions src/App.css

This file was deleted.

Loading
Loading