This is a simple Todo application built with React. It allows users to add tasks, mark them as completed, and delete tasks.
Features Add tasks: Enter a task in the input field and click the "Add" button or press Enter. Mark as completed: Click on the circle icon next to a task to mark it as completed. Delete tasks: Click on the trash icon to delete a task. Status Overview: View the total number of tasks, completed tasks, and incomplete tasks. Getting Started To run the application locally, follow these steps:
Clone the repository: git clone Navigate to the project directory cd todollist Install dependencies npm i Start the server npm start The app will be accessible at http://localhost:3000.