Skip to content

JorgeRodz/organizador-de-tareas

Repository files navigation

Generic badge   Generic badge   -   Generic badge

📋 Table of contents 📋

  1. 📝 Organizador de tareas 🗄️
    1. 🌐 Live demo 🧑‍💻
    2. 📷 Screenshots 📷
    3. 🗣️ Description
    4. ✅ Features ️
  2. 💎 Gems and Yarn package 📦
    1. 📦 Yarn package 📦
    2. 💎 Gems 💎
      1. 🖼️ Views - related ▪️
      2. 📗 Models - related ▪️
      3. 👥 Users - related ▪️️
      4. 🗣️ Internationalization(i18n) - related ▪️
      5. 🔬 Debugging - related ▪️

📝 Organizador de tareas 🗄️

🌐 Live demo 🧑‍💻

Organizador de tareas

📷 Screenshots 📷

image

🗣️ Description

This project is a simple task manager, in which a user can create, edit, delete and view tasks.

✅ Features ️

  • User sign-up / sign-in and login
  • Task CRUD
  • Task can have as many participants has the task owner decides


💎 Gems and Yarn package 📦

📦 Yarn package 📦

Show me the gems

💎 Gems 💎

🖼️ Views - related ▪️

Show me the gems
  • gem 'hamlit' → Fastest Haml engine
  • gem 'simple_form' → Haml form builder
  • gem 'hamlit-rails' → To use Hamlit generators

📗 Models - related ▪️

  • gem 'annotate' → Display as a comment the schema state on models

👥 Users - related ▪️

  • gem 'devise' → Manage user's registration, login, logout, password recovery, etc.

🗣️ Internationalization(i18n) - related ▪️

  • gem 'rails-i18n' → Add translation for built in words based on the current locale dictionary

🔬 Debugging - related ▪️

  • gem 'pry' → Debugging tool
  • gem 'pry-doc' → Ruby/Rails Documentation for Pry