Skip to content

Commit

Permalink
Readme updated and LICENSE added
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsvinicius committed Nov 15, 2020
1 parent 53bd043 commit 6c852ad
Show file tree
Hide file tree
Showing 4 changed files with 117 additions and 32 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Iago Nobre

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
64 changes: 32 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
# Getting Started with Create React App
<h1 align="center">
<img alt="UberCare" title="UberCare" src="./src/assets/images/logo.svg" width="10%" />
</h1>

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
<p align="center">
<a href="#-tecnologias">Tecnologias</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="#-projeto">Projeto</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="#-repos">Repos</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;
<a href="#memo-licença">Licença</a>
</p>

## Available Scripts
<br>

In the project directory, you can run:
<p align="center">
<img alt="UberCare" src="./src/assets/images/juliana.svg" width="40%">
</p>

### `yarn start`
## 🚀 Tecnologias

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
Esse projeto foi desenvolvido com as tecnologias:

The page will reload if you make edits.\
You will also see any lint errors in the console.
- [Node.js](https://nodejs.org/en/)
- [React](https://reactjs.org)
- [React Native](https://facebook.github.io/react-native/)
- [Expo](https://expo.io/)
- [TypeScript](https://www.typescriptlang.org/)
- [StyledComponents](https://styled-components.com/)

### `yarn test`
## 💻 Projeto

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
App da UberCare, uma solução desenvolvida, para o desafio da Uber, durante o Mega Hack 5.0 da Shawee 🚀

### `yarn build`
## 📁 Repos

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
- [Backend (api)](https://github.com/martnght12/uber-care-api)
- [Site (web)](https://github.com/martnght12/uber-care)
- [Aplicativo (mobile)](https://github.com/IagoNobre/UberCare) por [Iago Nobre]([email protected])

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
## :memo: Licença

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.

### `yarn eject`
---

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

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.

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.

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.

## Learn More

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

To learn React, check out the [React documentation](https://reactjs.org/).
Feito por Vinicius Victor :) </br>
[email protected]
1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[1115/153532.792:ERROR:directory_reader_win.cc(43)] FindFirstFile: O sistema n�o pode encontrar o caminho especificado. (0x3)
Loading

0 comments on commit 6c852ad

Please sign in to comment.