kanban-final

Cyber4s 3rd Pre-Course Final Project : KAN-BAN task-management application-

My solution for task-management application-

The solution is in the solution folder. Written using

Example

Getting Started


My GIT-HUB PAGE

https://ramabadash.github.io/kanban-final/solution/

Open localy-

Installation

  1. Clone the repo https://github.com/ramabadash/kanban-final/tree/kanban-solution-0.1

  2. Install NPM packages npm run final <your name> (replace <your name> with your name)

    Page Structure


    • Search bar - Input line. You can search among the existing tasks. Tasks will appear and disappear depending on the input each time you press the keyboard.
    • Save & Load buttons - You can save the page content and restore it from the external API memory.
    • Clear button - You can clear the page of tasks as well as your local storage.

3 Tasks section - TO DO, IN - PROGRESS , DONE-


Interaction


Extra


Storage



Future