A simple and beginner-friendly To-Do List application built using React.js and Tailwind CSS. This project helped me understand React hooks like useState, useEffect, and useRef, along with responsive UI design using Tailwind.
- Add new tasks
- Delete tasks
- Sort tasks by priority
- Fully responsive UI
- Built with beginner-friendly React concepts
- React.js
- Tailwind CSS
- JavaScript (ES6+)
- How to use useState to store and manage tasks
- How useEffect works for saving tasks automatically in localStorage
- Using useRef to handle input focus
- Styling with Tailwind CSS utility classes
- Sorting and managing state efficiently
I built this as a beginner to practice React and Tailwind. This project helped me understand the fundamentals of React hooks and how to build clean, responsive UIs.
Feel free to use, improve, or contribute!