Skip to content

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.

License

Notifications You must be signed in to change notification settings

EmreKaram/Todo-List-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published