Todo List

I've created a simple, nice-looking todo list app for you. Here's a breakdown of the app's features and design: 1. Clean, minimalist design with a white container on a light gray background. 2. Responsive layout that works well on both desktop and mobile devices. 3. A form to add new tasks with an input field and an "Add" button. 4. A list of tasks with delete buttons for each task. 5. Subtle animations for button interactions. The app uses HTML for structure, CSS for styling, and JavaScript for functionality. It's a single-page application that doesn't require any server-side code or database, making it easy to run and modify. You can copy this code and save it as an HTML file, then open it in a web browser to see and use the app. Feel free to ask if you want to modify or extend the app in any way!