Skip to content

superspike7/task-card

Repository files navigation

TaskCard

Kanban board app for task and project management.

Features

  • Manage Tasks and Categories
  • Drag and Drop tasks for organizing and moving tasks to different categories
  • Simple Authentication

Screenshots and recording

Screenshot_2024-09-05-15-37-57_32252

Screenshot_2024-09-05-15-46-51_4201

2024-09-05.15-47-51.mp4

Requirements

  • Rails 7.1.3.2
  • Ruby 3.1.0p0
  • postgresql
  • node v21.2.0 (for vite-rails)

Installation

  1. Clone This repo.

  2. Install the gems:

    bundle install
  3. create and migrate db:

    rails db:create
    rails db:migrate