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 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. Install Dependencies
npm install
3. Run the Application
npm start
4. 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.