TaskMaster is a simple task management application built with React. It allows users to create, edit, and delete tasks, as well as mark them as completed. The application uses local storage to persist tasks across sessions.
- Create new tasks with a title and description
- Edit existing tasks
- Delete tasks
- Mark tasks as completed
- Persist tasks using local storage