📝 Todo App (Next.js & React)
A lightweight Todo application built with Next.js and React featuring two-way binding, live date/time display, and full CRUD support.
🚀 Highlights
- Add, update, delete tasks – intuitive two-way binding keeps UI and state in sync.
- Live date and time shown alongside tasks (updates every second) using client-only React components to prevent hydration issues.
- Built with React Hooks (
useState
, useEffect
) and Next.js for modern, responsive behavior.
🌐 Live Demo
[View the live demo here → https://skmdjeesan.github.io/Todo-App/]
🧩 Features
- Create new todo items via a controlled input form
- Edit and delete tasks
- Real-time timestamping when tasks are created
- Live clock updates integrated in the UI