A simple and responsive React.js to-do list application with essential task management features.
- Add tasks with ease
- Delete tasks instantly
- Toggle task completion status
- Clean, intuitive user interface
- Fully responsive on mobile, tablet, and desktop screens
- React.js β Component-based UI
- JavaScript (ES6+)
- CSS / Flexbox β For responsive layout
- State management using React's
useState
- Tasks are stored in the component state.
- You can mark a task as completed by clicking it.
- Click the delete icon to remove a task.
- Tasks dynamically update in real-time.
Task_It adapts gracefully to:
- π± Mobile devices
- π» Desktop and laptop screens
- π§Ύ Tablets and foldables