/to-do-task-manager

Add, Delete, Archive, Hide, Edit and Search Tasks from the To-Do List. Also Download yours Tasks as a CSV file

Primary LanguageJavaScript

to-do-task-manager

Many people forget what they are supposed to do for the day and then spend their time finding out what they were supposed to do and then missing out on an important meeting.

UI

Adding and Completing Tasks

project-image

Editing Tasks

edit-task

Some Features

  • Easy UI
    The UI of the website is user-friendly and the UX is also good.

  • Mobile Responsive Web-App
    The Web-App is fully Responsive and can be viewed on any device.

  • Search Tasks
    You can search a task using the search function which is provided in the web-app.

  • Hide and Archive Data
    You can hide and archive any task as per your comfort and you can even undo it.

  • CRUD functionality
    User can add, delete, create and view tasks.

  • Undo Deleted Tasks
    User can undo the deleted tasks and the respective tasks will be visible to the user just like it did earlier.

  • Download CSV File
    User can download the csv file of the tasks in the to-do list.

Getting Started

Make sure you have Node.js installed

Installing and Starting the Web-App

  1. Clone the repo

    git clone https://github.com/nirav777/to-do-task-manager.git
  2. Install NPM packages (dependencies)

    npm install
  3. Run app on local server

    npm start