Skip to content

The To-Do List app is a web-based application that allows users to create, manage, and organize their tasks in a convenient way.

Notifications You must be signed in to change notification settings

VaishnavKondhalkar/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

A simple web application to manage your to-do lists. This application allows you to create multiple to-do lists, add and remove items from the lists, and update their status.

Technologies Used

  • Node.js
  • Express.js
  • EJS (Embedded JavaScript)
  • Bootstrap
  • HTML/CSS

Features

  • Create and manage multiple to-do lists
  • Add, edit, and delete items within each list
  • Mark items as completed
  • Responsive design for a seamless experience on different devices

Installation

  1. Clone the repository:

  2. Install the dependencies:

cd ToDo_List
npm install

  1. Start the application:

npm start

  1. Open your browser and visit http://localhost:3000 to access the app.

Usage

  • On the home page, you can see the current day's to-do list.
  • To add a new item, enter the item text in the input field and click the "+" button.
  • To mark an item as completed, check the checkbox next to it.
  • To edit an item, click the edit button and modify the text.
  • To delete an item, click the delete button.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any inquiries or feedback, please contact me.

Acknowledgements

  • Bootstrap - CSS framework used for styling.
  • Express.js - Node.js web application framework.
  • EJS - Embedded JavaScript templating.
  • FontAwesome - Icons used in the app.

About

The To-Do List app is a web-based application that allows users to create, manage, and organize their tasks in a convenient way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published