This project is a simple task management app built using React and Material-UI. It allows users to create and delete items in a to-do list.
- React: Used for building components and managing the application’s state.
- Material-UI: A component library for creating a user-friendly and attractive interface.
- Button: A button to add new tasks to the list.
- TextField: A text input field for each task.
- IconButton and DeleteIcon: A button with an icon for deleting tasks from the list.
- Paper: A component for styling the main task list area.
The main functionality includes adding new task fields and deleting existing ones, making the app simple and convenient to use.