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.
- Host: GitHub
- URL: https://github.com/thiagohrcosta/rails-task-manager
- Owner: thiagohrcosta
- Created: 2021-04-10T02:13:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T15:51:22.000Z (about 4 years ago)
- Last Synced: 2025-02-03T17:59:33.536Z (5 months ago)
- Topics: bootstrap4, css3, html5, javascript, ruby, ruby-on-rails, sqlite
- Language: Ruby
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 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
## 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