Skip to content

simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS

Notifications You must be signed in to change notification settings

Ankit-AP-Paul/To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

This is a simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS. It allows users to create, read, and mark out completed tasks.

⚙️ Installation

Clone the repository

 https://github.com/Ankit-AP-Paul/To-Do-List

Install Dependencies

npm install

Start the server

npm start

📈 Usage

  1. Open your web browser and navigate to http://localhost:3000.
  2. To create a new task, write the task and press Enter
  3. To mark a task as complete, click the checkbox associated with the task

Dependencies

This application uses the following dependencies:

  • express - For creating the server and routing.
  • ejs - For rendering views.
  • body-parser - For parsing JSON data in request bodies.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

Feedback

If you have any feedback, please reach out to us at [email protected]

🔗 Links

linkedin twitter

✍️ Authors

About

simple to-do list application built using JavaScript, NodeJS, ExpressJS and EJS

Resources

Stars

Watchers

Forks