typos and pt-br README
This commit is contained in:
14
.github/README.md
vendored
14
.github/README.md
vendored
@@ -4,10 +4,12 @@
|
||||
|
||||
_[homework-guz.vercel.app][appurl]_
|
||||
|
||||
![guz-badge] ![license-badge] ![version-badge] ![production-status-badge] ![preview-status-badge]
|
||||
[![guz-badge]][guzurl] ![license-badge] ![version-badge] [![production-status-badge]][appurl] [![preview-status-badge]][previewurl]
|
||||
|
||||
> This is a personal project created for learning purposes. It isn't intended to be a complete, full-featured, or user-ready web application.
|
||||
|
||||
[:us:](./README.md) - [:brazil:](./langs/README-ptBr.md)
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
@@ -62,7 +64,7 @@ These are the main tools, packages, technologies used in this project:
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
> Other tools were used, but they were not totally essential to the project. Also, the tools listed are personal preferences and chosen for a better development experience.
|
||||
> Other tools are used, but they are not totally essential to the project. Also, the tools listed are personal preferences and are chosen for a better development experience.
|
||||
|
||||
## License :page_facing_up:
|
||||
|
||||
@@ -71,17 +73,15 @@ The content of the application and project itself is licensed under the [CC-BY-S
|
||||
<img src='./misc/watermark.png' width='25'> © 2022 Gustavo "Guz" L. de Mello
|
||||
|
||||
|
||||
[guzurl]: https://guz.vercel.app
|
||||
[appurl]: https://homework-guz.vercel.app
|
||||
[previewurl]: https://homework-app-guz013.vercel.app
|
||||
[cclicenseurl]: https://creativecommons.org/licenses/by-sa/4.0/
|
||||
[mitlicenseurl]: https://github.com/Guz013/Homework.app/blob/main/LICENSE
|
||||
[deployurl]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FGuz013%2FHomework.app
|
||||
[appurl]: https://homework-guz.vercel.app
|
||||
|
||||
[guz-badge]: https://img.shields.io/badge/By-Guz013-white?style=flat-square&labelColor=f4f4f5&color=18181b
|
||||
|
||||
[version-badge]: https://img.shields.io/github/package-json/v/guz013/homework.app?style=flat-square&label=Version&logo=github&logoColor=18181b&labelColor=f4f4f5&color=18181b
|
||||
|
||||
[license-badge]: https://img.shields.io/github/license/guz013/homework.app?style=flat-square&label=License&logo=Open%20Source%20Initiative&logoColor=18181b&labelColor=f4f4f5&color=18181b
|
||||
|
||||
[production-status-badge]: https://img.shields.io/github/deployments/guz013/homework.app/production?label=Production&logo=vercel&logoColor=18181b&style=flat-square&labelColor=f4f4f5
|
||||
|
||||
[preview-status-badge]: https://img.shields.io/github/deployments/guz013/homework.app/preview?label=Preview&logo=react&logoColor=18181b&style=flat-square&labelColor=f4f4f5
|
||||
|
||||
86
.github/langs/README-ptBr.md
vendored
Normal file
86
.github/langs/README-ptBr.md
vendored
Normal file
@@ -0,0 +1,86 @@
|
||||
<div align="center">
|
||||
|
||||
# Homework.app `[WIP]`
|
||||
|
||||
_[homework-guz.vercel.app][appurl]_
|
||||
|
||||
[![guz-badge]][guzurl] ![license-badge] ![version-badge] [![production-status-badge]][appurl] [![preview-status-badge]][previewurl]
|
||||
|
||||
> Este é um projeto pessoal criado para fins de aprendizado. Ele não tem o objetivo de ser um aplicativo completo, cheio de recursos ou pronto para o usuário final.
|
||||
|
||||
[:us:](./../README.md) - [:brazil:](./README-ptBr.md)
|
||||
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
## Sobre & Ideia :bulb:
|
||||
|
||||
Um aplicativo projetado para ajudar alunos com alguns conceitos aprendidos na escola, principalmente coisas que podem ser tediosas de fazer ou que simplesmente parecem satisfatórias de ver em ação (como graficos, física, etc.).
|
||||
|
||||
Ele é feito para ter a interface e os gestos mais satisfatórios possíveis, seguindo um estilo minimalista, com cores suaves e contrastes com preto e branco.
|
||||
|
||||
## Propósito :sparkles:
|
||||
|
||||
A aplicação é criada principalmente como um projeto de aprendizagem, focando primáriamente nestes conceitos:
|
||||
|
||||
- :art: Design de UI/UX;
|
||||
- :iphone: Interface para mobile e responsiva;
|
||||
- :gear: Aplicação configurável;
|
||||
- :us: Suporte para multiplos idiomas;
|
||||
- :black_nib: Animações;
|
||||
- :atom_symbol: Aprender mais sobre React/Next.js;
|
||||
|
||||
## Ferramentas :toolbox:
|
||||
|
||||
Esses são as principais ferramentas, tecnologias, modulos utilizados neste projeto:
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<th><b>Framework / Ambiente</b></th>
|
||||
<th><b>Design</b></th>
|
||||
<th><b>Desenvolvimento</b></th>
|
||||
<th><b>Hospedagem</b></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<th>
|
||||
<abbr title="React"><a href="https://reactjs.org/"><img src='https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/react/react.png' width='30'/></a></abbr>
|
||||
<abbr title="Next.js"><a href="https://nextjs.org/"><img src='https://assets.vercel.com/image/upload/v1607554385/repositories/next-js/next-logo.png' width='30'/></a></abbr>
|
||||
<abbr title="Typescript"><a href="https://www.typescriptlang.org/"><img src='https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/typescript/typescript.png' width='30'/></a></abbr>
|
||||
</th>
|
||||
<th>
|
||||
<abbr title="Tailwind CSS"><a href="https://tailwindcss.com/"><img src='https://tailwindcss.com/_next/static/media/tailwindcss-mark.79614a5f61617ba49a0891494521226b.svg' width='35'/></a></abbr>
|
||||
<abbr title="Heroicons"><a href="https://heroicons.com/"><img src='https://heroicons.com/_next/static/media/favicon-32x32.eee32601ba9d4702f841835990ed3801.png' width='30'/></a></abbr>
|
||||
</th>
|
||||
<th>
|
||||
<abbr title="ESLint"><a href="https://eslint.org/"><img src='https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/eslint/eslint.png' width='30'/></a></abbr>
|
||||
<abbr title="Prettier"><a href="https://prettier.io/"><img src='https://prettier.io/icon.png' width='30'/></a></abbr>
|
||||
<abbr title="EditorConfig"><a href="https://editorconfig.org/"><img src='https://editorconfig.org/logo.png' width='30'/></a></abbr>
|
||||
<abbr title="pnpm"><a href="https://pnpm.io/"><img src='https://d33wubrfki0l68.cloudfront.net/2f3acb83b7d2349f2194bc38c0f22f295908dc33/43f95/img/pnpm-no-name-with-frame.svg' width='30'/></a></abbr>
|
||||
</th>
|
||||
<th>
|
||||
<abbr title="Deploy with vercel"><a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FGuz013%2FHomework.app"><img src='https://vercel.com/button' width='90'/></a></abbr>
|
||||
</th>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
> Outras ferramentas são utilizadas, mas não são totalmente essenciais ao projeto. Além disso, as ferramentas listdas são preferências pessoais e são escolhidas para uma melhor experiência de desenvolvimento.
|
||||
|
||||
## Licença :page_facing_up:
|
||||
|
||||
O conteúdo do aplicativo e do projeto em si é licenciado sob a [Licença CC-BY-SA 4.0][cclicenseurl], e o código-fonte subjacente usado para exibir, formatar e interagir com o conteúdo é licenciado sob a [Licença MIT][mitlicenseurl].
|
||||
|
||||
<img src='./../misc/watermark.png' width='25'> © 2022 Gustavo "Guz" L. de Mello
|
||||
|
||||
[guzurl]: https://guz.vercel.app
|
||||
[appurl]: https://homework-guz.vercel.app
|
||||
[previewurl]: https://homework-app-guz013.vercel.app
|
||||
[cclicenseurl]: https://creativecommons.org/licenses/by-sa/4.0/
|
||||
[mitlicenseurl]: https://github.com/Guz013/Homework.app/blob/main/LICENSE
|
||||
[deployurl]: https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FGuz013%2FHomework.app
|
||||
[appurl]: https://homework-guz.vercel.app
|
||||
[guz-badge]: https://img.shields.io/badge/By-Guz013-white?style=flat-square&labelColor=f4f4f5&color=18181b
|
||||
[version-badge]: https://img.shields.io/github/package-json/v/guz013/homework.app?style=flat-square&label=Version&logo=github&logoColor=18181b&labelColor=f4f4f5&color=18181b
|
||||
[license-badge]: https://img.shields.io/github/license/guz013/homework.app?style=flat-square&label=License&logo=Open%20Source%20Initiative&logoColor=18181b&labelColor=f4f4f5&color=18181b
|
||||
[production-status-badge]: https://img.shields.io/github/deployments/guz013/homework.app/production?label=Production&logo=vercel&logoColor=18181b&style=flat-square&labelColor=f4f4f5
|
||||
[preview-status-badge]: https://img.shields.io/github/deployments/guz013/homework.app/preview?label=Preview&logo=react&logoColor=18181b&style=flat-square&labelColor=f4f4f5
|
||||
Reference in New Issue
Block a user