/Todo-List-Application

The To-Do List App is a web application built with Express, Node.js, and Bootstrap. It allows users to manage daily and work-related tasks separately, add new tasks, mark tasks as done, and delete completed tasks, providing an efficient task management solution.

Primary LanguageEJSMIT LicenseMIT

Todo List Application

This is a simple To-Do List application built with Express, Node.js and Bootstrap. The app allows you to add and delete tasks in two different categories: "Daily Tasks" and "Work Tasks."

Installation

  1. Make sure you have Node.js and npm installed to run this application.

  2. Clone the GitHub repository:

git clone https://github.com/EmreKaram/Todo-List-Application
cd Todo-List-Application

Install the dependencies:

npm install

Run the application:

node index.js

Visit the following address in your browser:

localhost:3000

Usage

When the application is launched, the main page displays existing tasks listed under two categories: "Daily Tasks" and "Work Tasks." Each category may initially have a few sample tasks.

Adding a Task

To add a new task, follow these steps:

  1. Enter your task in the opened text box and click the "Add" button.

Deleting a Task

To delete a task, follow these steps:

  1. Click on the checkbox next to the task you wish to delete.