This project is a simple To-Do List application built using EJS, Node.js, and CSS for styling. The application allows users to manage their tasks with functionalities to add, remove, and mark tasks as completed.
- Add Tasks: Users can add new tasks to their to-do lists.
- Mark as Completed: Users can mark tasks as completed.
- EJS (Embedded JavaScript): For rendering dynamic content on the server side.
- Node.js: For server-side scripting and managing application logic.
- CSS: For styling and layout of the to-do list page.
1. Clone the Repository
git clone [repository URL]
cd [project-folder]
2. Navigate to the Project Directory
cd your-repo-name
3. Install Dependencies
npm install
4. Run the Application
npm start
5. Open Your Browser
Navigate to http://localhost:3000
to view the application.
Feel free to submit issues or pull requests if you would like to contribute to this project.