Skip to content

Commit

Permalink
Merge pull request #57 from J-Pster/pster-criando-login
Browse files Browse the repository at this point in the history
[Trybe Schedule V2.0] Desenvolvido página de login e repaginada na scheduler.
  • Loading branch information
michaelcaxias authored Oct 27, 2022
2 parents 91df7d9 + 41c31d2 commit 148f7c7
Show file tree
Hide file tree
Showing 55 changed files with 36,203 additions and 15,974 deletions.
25 changes: 13 additions & 12 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"env": {
"browser": true,
"es2021": true
"browser": true,
"es2021": true
},
"extends": "trybe-frontend",
"parser": "babel-eslint",
"extends": [
"plugin:react/recommended"
],
"overrides": [
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"sourceType": "module"
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["react", "sonarjs"],
"plugins": [
"react"
],
"rules": {
"sonarjs/cognitive-complexity": ["error", 20],
"react/no-unescaped-entities": "off"
}
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Trybe Schedule
# Trybe Schedule 2.0 🎉
Seja bem vindo ao **Trybe Schedule**, esse projeto tem como objetivo facilitar a organização do seu tempo durante o curso da Trybe, mas como?
Simples! Basta copiar lá no seu Slack os horários do dia, e colar no campo "Agenda do Dia" na aplicação, e nós vamos nos encarregar de adicionar esses horários na sua agenda, e te lembrar quando chegar o horário de cada atividade.

![image](https://i.imgur.com/zTpnQDJ.png)
![image](https://i.imgur.com/00TIFGe.gif)
---
Projeto dedicado aos estudantes da instituição Trybe para ajudar nos agendamentos diários de aula 😀

Expand Down
Loading

1 comment on commit 148f7c7

@vercel
Copy link

@vercel vercel bot commented on 148f7c7 Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.