An open API service indexing awesome lists of open source software.

https://github.com/thiagohrcosta/rails-task-manager

A simple To Do List application created where user can read a task, create a new on, edit or delete one task.
https://github.com/thiagohrcosta/rails-task-manager

bootstrap4 css3 html5 javascript ruby ruby-on-rails sqlite

Last synced: 3 months ago
JSON representation

A simple To Do List application created where user can read a task, create a new on, edit or delete one task.

Awesome Lists containing this project

README

        

![main banner](https://github.com/thiagohrcosta/rails-task-manager/blob/master/public/img/todoList1.png?raw=true)

## Technologies
This project was created with:

- [Ruby](https://www.ruby-lang.org/pt/)
- [Rails](https://rubygems.org/gems/rails)
- [ERB](https://ruby-doc.org/stdlib-2.7.1/libdoc/erb/rdoc/ERB.html) (for template system with Ruby)
- [Pry-byebug](https://rubygems.org/gems/pry-byebug/versions/3.4.0?locale=pt-BR) (for debugging)
- [Bootstrap](https://getbootstrap.com/)
- Sqlite3

## How to run this project
Download or clone it. . Then run in the main folder the command `rails server`. If needed, run `bundle install` to check if all gems are correctly installed. Then open the project on `localhost:3000/tasks`

## Edit or mark as completed
![enter image description here](https://github.com/thiagohrcosta/rails-task-manager/blob/master/public/img/todoList3.png?raw=true)

## What user can do?
As user you can manipulate all **CRUD** operations like:

- Read any task already created;
- Create new task;
- Edit an task;
- Mark an task as completed;
- Delete an task