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.
Clone the repository
https://github.com/Ankit-AP-Paul/To-Do-List
Install Dependencies
npm install
Start the server
npm start
- Open your web browser and navigate to http://localhost:3000.
- To create a new task, write the task and press Enter
- To mark a task as complete, click the checkbox associated with the task
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.
Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.
If you have any feedback, please reach out to us at [email protected]