Table of Contents
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.
-
Clone repo by entering the command
git clone https://github.com/Grzechu335/kanban-task-management
-
Install NPM packages (You will need node and npm installed globally on your machine)
npm install
-
Run command on local environment
npm run dev
-
To visit app:
http://localhost:3000
Distributed under the MIT License. See LICENSE.txt
for more information.