An open API service indexing awesome lists of open source software.

https://github.com/othmanenissoukin/kanban-react-app

Kanban react app with useContext() Hook and Localstorage
https://github.com/othmanenissoukin/kanban-react-app

context-api kanban kanban-application kanban-board kanban-board-application localstorage react react-hooks usecontext

Last synced: 7 months ago
JSON representation

Kanban react app with useContext() Hook and Localstorage

Awesome Lists containing this project

README

          

# Kanban React App Using With Context API And Local Storage.

Simple Kanban application using Context API to manage states with local storage to save projects and tasks in the browser.

You can add, update tasks delete tasks and also update their status by draging and drop inside other status columns.

[View Demo](https://othmanenissoukin.github.io/kanban-react-app/)

## Run the app

You can use `npm start` to run this app locally on `localhost:3000`