This project is a simple task manager, in which a user can create, edit, delete and view tasks.
- User sign-up / sign-in and login
- Task CRUD
- Task can have as many participants has the task owner decides
Show me the gems
- bootstrap@4.4.1
- jquery@3.5.1
- popper.js@1.16.1
- roboto-fontface@0.10.0
Show me the gems
- gem
'hamlit'
→ Fastest Haml engine - gem
'simple_form'
→ Haml form builder - gem
'hamlit-rails'
→ To use Hamlit generators
- gem
'annotate'
→ Display as a comment the schema state on models
- gem
'devise'
→ Manage user's registration, login, logout, password recovery, etc.
- gem
'rails-i18n'
→ Add translation for built in words based on the current locale dictionary
- gem
'pry'
→ Debugging tool - gem
'pry-doc'
→ Ruby/Rails Documentation for Pry