This is a simple To-Do List application built with React.
- Add new items to the to-do list.
- Mark items as completed by clicking on them.
- Delete items by double-clicking on them.
- Clone this repository.
- Install dependencies by running
npm install
. - Start the development server with
npm start
.
- Type your to-do item in the input field and press Enter or click "Add".
- Single-click on an item to mark it as completed (line-through).
- Double-click on an item to delete it.
- React
- PropTypes