-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2f1ded
commit bc3efdd
Showing
1 changed file
with
13 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,13 @@ | ||
# README | ||
|
||
This README would normally document whatever steps are necessary to get the | ||
application up and running. | ||
|
||
Things you may want to cover: | ||
|
||
* Ruby version | ||
|
||
* System dependencies | ||
|
||
* Configuration | ||
|
||
* Database creation | ||
|
||
* Database initialization | ||
|
||
* How to run the test suite | ||
|
||
* Services (job queues, cache servers, search engines, etc.) | ||
|
||
* Deployment instructions | ||
|
||
* ... | ||
# ☑️ Lista de tarefas em Ruby on Rails | ||
Este projeto é um instrumento de estudo do framework Ruby on Rails, focado no desenvolvimento web, e marca minha primeira experiência tanto com a linguagem Ruby quanto com o próprio framework. A aplicação foi hospedada no Render e um vídeo demonstrativo também pode ser visualizado <a href="https://drive.google.com/file/d/1g0823gWWUMAm8DrqGnLPTQXCqpUgNl_9/view?usp=sharing">clicando aqui</a>. | ||
|
||
## Requisitos | ||
- Criar lista - gera diferentes listas para organizar tarefas | ||
- Criar tarefa - tarefas são criadas dentro de listas específicas | ||
- Listar tarefas - é possível ver todas as suas tarefas e seus estados | ||
- Finalizar tarefa - o estado da tarefa pode ser alterado, definindo-a como completa ou pendente. | ||
- Editar nome das listas | ||
- Excluir tarefas e listas | ||
|
||
## Tecnologias | ||
💎 Ruby 3.3.6 |🚆 Rails 8.0.1 | 🪶 SQLite |