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."
-
Make sure you have Node.js and npm installed to run this application.
-
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
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.
To add a new task, follow these steps:
- Enter your task in the opened text box and click the "Add" button.
To delete a task, follow these steps:
- Click on the checkbox next to the task you wish to delete.