Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8612aab
organizacaoDePastas
elizaoliveira88 May 24, 2021
28dcd8e
Merge pull request #1 from future4code/marketplace
Drilias May 24, 2021
1888e13
estruturacao do Header
DiasTulio May 26, 2021
3c65f57
Merge pull request #2 from future4code/Labeninjas1
xmigliorini May 26, 2021
1487cd1
tentavida de criar header segundo dia
DiasTulio May 27, 2021
1116410
Merge pull request #3 from future4code/Labeninjas1
elizaoliveira88 May 27, 2021
40f20b0
fazendo renderizaçao de paginas, formulario e cards dos serviços
Drilias May 28, 2021
811015e
Merge pull request #4 from future4code/adriana-formulario4
Luzum May 28, 2021
a07079d
headerFuncionando
elizaoliveira88 May 28, 2021
6d3dac0
Merge pull request #5 from future4code/marketplace1
elizaoliveira88 May 28, 2021
84477a0
iniciando os filtros
Drilias May 31, 2021
ff16c1a
readme e surge
Luzum May 31, 2021
91aa87c
Merge pull request #6 from future4code/branch-do-joao
Luzum May 31, 2021
025aaa0
Merge pull request #7 from future4code/adriana-formulario
Luzum May 31, 2021
28712fb
projeto finalizado
Drilias Jun 14, 2021
960521f
Update README.md
Drilias Jun 14, 2021
7df1915
Update README.md
Drilias Jun 14, 2021
eb87e77
Update README.md
Drilias Jun 14, 2021
260bc6a
Update README.md
Drilias Jun 14, 2021
cbc8af3
Merge branch 'master' into marketplace-continuacao
Drilias Jun 21, 2021
d3301d7
Merge pull request #9 from future4code/marketplace-continuacao
Drilias Jun 21, 2021
a4f933f
Update README.md
Drilias Jun 21, 2021
09b47e3
ajustes
Drilias Jun 21, 2021
0b342e8
mais ajustes
Drilias Jun 21, 2021
77521fc
Merge pull request #10 from future4code/adriana-proj
Drilias Jun 21, 2021
20ed9c3
Update README.md
Drilias Jun 21, 2021
61eb92e
Update README.md
Drilias Jun 21, 2021
bb8c43d
Update README.md
Drilias Jun 21, 2021
3e472a4
Update README.md
Drilias Jun 21, 2021
9ba60c6
Update README.md
Drilias Jun 21, 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
82 changes: 34 additions & 48 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,68 +1,54 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts
<h1 align="center">
<br>
Projeto Marketplace Labeninjas
</h1>
</br>

In the project directory, you can run:
<h2>Funcionalidades:</h2>
</br>

### `npm start`
- cadastro de serviços;

Runs the app in the development mode.<br />
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- renderização dos objetos;

The page will reload if you make edits.<br />
You will also see any lint errors in the console.
- filtro dos serviços;

### `npm test`
- ordenação dos serviços;

Launches the test runner in the interactive watch mode.<br />
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
- adição e remoção dos serviços ao carrinho;

### `npm run build`
- contratação dos serviços.
</br>

Builds the app for production to the `build` folder.<br />
It correctly bundles React in production mode and optimizes the build for the best performance.
<h2>Tecnologias utilizadas:</h2>
</br>

The build is minified and the filenames include the hashes.<br />
Your app is ready to be deployed!
- React.JS;

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
- axios;

### `npm run eject`
- material-ui;

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
- styled-components.
</br>

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
<h2>Link:</h2>
</br>
http://paiva-marketplace4.surge.sh
</br>
</br>

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
<h2>Grupo:</h2>
</br>

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
- Túlio Dias

## Learn More
- Sarah Migliorini Rocha

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
- Tânia Eliza de Oliveira

To learn React, check out the [React documentation](https://reactjs.org/).
- Adriana Elias Ferreira

### Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

### Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

### Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

### Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

### Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

### `npm run build` fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
- João Pedro Martins Gontijo
</br>
Loading