This is a simple and clean To-Do List application built using React JS. It allows users to add and remove tasks dynamically with a responsive layout and styled UI.
Live Link: https://shivarajns.github.io/to_do_list/
- Add new tasks to the list
- Remove tasks individually
- Responsive UI
- Basic form validation (ignores empty or whitespace-only inputs)
- Dynamic list rendering using React hooks
- React.js (Functional Components, Hooks)
- HTML5
- CSS3