Built a To-Do List Application using React.js (Vite) as part of my learning journey in frontend development. The app allows users to add tasks, mark them as complete with a strike-through, and delete them with a single click, providing a simple yet effective task management experience. The project uses React hooks (useState) for state management and dynamic UI updates, along with clean CSS styling for a modern, responsive design. I also deployed it using GitHub Pages, making the app accessible online for anyone to try. This project helped me strengthen my understanding of React fundamentals like components, event handling, and conditional rendering, while also giving me hands-on experience with project setup, GitHub workflows, and deployment.