Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 1001 Bytes

README.md

File metadata and controls

27 lines (27 loc) · 1001 Bytes

To-Do List Application

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.

Features

  • Add Tasks: Users can add new tasks to their to-do lists.
  • Mark as Completed: Users can mark tasks as completed.

Technologies Used

  • 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.

Installation

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.

Contributing

Feel free to submit issues or pull requests if you would like to contribute to this project.