A smart contract for a Todo App on the Ethereum blockchain.
TaskContract is a smart contract for a Todo App on the Ethereum blockchain. It allows users to add tasks and delete tasks. It also allows users to view their own tasks.
TaskContract has the following functions:
addTask(string memory taskText, bool isDeleted)
- adds a new task to the contract.