Welcome to the Todo-List project! This web application allows you to create and manage your to-do lists effortlessly. Organize your tasks, set priorities, and stay productive with just a few clicks. Whether you're a productivity guru or simply looking to stay organized, this project is for you.
You can see a live demo of the project here: Todo-List Demo
-
Create Tasks: Enter the task you need to accomplish, and the website will allow you to create and manage your to-do list effortlessly.
-
Organize Your Tasks: Categorize your tasks, set due dates, and prioritize them to keep your to-do list organized and manageable.
Get started with the Todo-List project on your local machine following these simple steps:
Before you begin, ensure you have the following installed on your system:
-
Clone the Repository:
First, clone this repository to your local machine using Git:
git clone https://github.com/Pranavnk15/Todo-List.git
-
Navigate to the Project Directory:
Change your current directory to the project folder:
cd Todo-List
-
Install Dependencies:
Use Node Package Manager (npm) to install the project's dependencies:
npm install
Once you've installed the dependencies, you can start the Todo-List application by running the following command:
nodemon app.js
The server will start, and you can access the application in your web browser at http://localhost:3000.
-
Create and manage your to-do lists effortlessly by entering tasks and using the website's intuitive interface.
-
Organize your tasks by categorizing them, setting due dates, and prioritizing them for better task management.
If you'd like to contribute to this project, please check out the CONTRIBUTING.md file for guidelines.