/To-Do-list

Primary LanguageTypeScript

Check readme first for Installation and demo

Edit task

Screenshot 2025-01-20 010553

Add task

Screenshot 2025-01-20 010456

Installation

  1. Clone the repository:

    git clone https://github.com/Skdahale/To-Do-list.git
    
  2. Install dependencies:

    npm install
    
  3. To build:

    npm run build
    
  4. Run the development server:

    npm run start
    

View task

Screenshot 2025-01-20 005518

Delete task

Screenshot 2025-01-20 010641