Skip to content

Grzechu335/kanban-task-management

Repository files navigation

Kanban Task Management

Designed by Frontend Mentor

DEMO

Table of Contents
  1. About the Project
  2. Project Screen Shot
  3. Technologies
  4. Getting started

About the Project

The Kanban task management is a web application designed for organizing and managing tasks in a TODO style. Unlike typical applications in this category, it provides the flexibility to create boards consisting of tasks that can be further divided into sections, with each section containing individual tasks that can even have subtasks. The application utilizes the Redux library to effectively manage its state, while also ensuring the persistence of the application state by storing it locally using local storage.

Project Screen Shot

kanbanscreenshot

Technologies

  • TypeScriptBadge
  • ReactBadge
  • NextJSBadge
  • reduxbadge
  • TailwindCSSBadge

Getting Started

  1. Clone repo by entering the command

    git clone https://github.com/Grzechu335/kanban-task-management
  2. Install NPM packages (You will need node and npm installed globally on your machine)

    npm install
  3. Run command on local environment

    npm run dev
  4. To visit app:

    http://localhost:3000
    

Licence

Distributed under the MIT License. See LICENSE.txt for more information.