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
- Host: GitHub
- URL: https://github.com/othmanenissoukin/kanban-react-app
- Owner: OthmaneNissoukin
- Created: 2023-11-01T14:40:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T18:06:56.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T07:09:52.852Z (9 months ago)
- Topics: context-api, kanban, kanban-application, kanban-board, kanban-board-application, localstorage, react, react-hooks, usecontext
- Language: JavaScript
- Homepage: https://othmanenissoukin.github.io/kanban-react-app/
- Size: 18.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`