Skip to content

devvailonge/flip

Repository files navigation

Flip

Aplicativo para memorizar palavras.

📜 Sobre

Flip é o resultado da nossa primeira maratona dentro da comunidade Dev Vai longe! Contém as seguintes funcionalidades

  • Unidirecional data flow, tratamento de eventos/state.
  • Criação de novas categorias para agrupar cartões
  • Lista de categorias
  • Delete uma categoria com todos os cartões.
  • Criação de um novo flashcard com textos na frente/verso, atrelados a uma categoria.
  • Lista de flashcards com a funcionalidade de fazer o flip do card para ver frente e verso.
  • Deletar um card.

💡 Motivação

A motivação desse projeto foi unir a nossa comunidade, ajudar as pessoas que estão começando seus primeiros contatos com desenvolvimento android e principalmente compartilhar conhecimento.

📸 Screenshots

;

Tecnologias

Procuramos utilizar as tecnologias mais pedidas em alguma das vagas para desenvolvimento Android no mercado de trabalho.

  • 100% Kotlin
  • Room data base
  • View Model
  • Live Data
  • Coroutines
  • Unit tests
  • Clean Architecture - Use cases
  • State

License

The MIT License (MIT)

Copyright (c) 2021 Dev Vai Longe

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.