š To-Do List React App: This is a simple and user-friendly To-Do List application built using React.js. It helps users manage their daily tasks by allowing them to add, update, delete, and mark tasks as completed. The project is designed for beginners who want to learn how to work with React functional components, React Hooks, and basic CSS styling.
š Project Overview: This To-Do List app was created as part of a Frontend Development course assignment. The goal was to build a fully functional and clean-looking task manager using React + Vite, focusing on: => React concepts like useState and props => Component-based architecture => Basic CSS for styling (no Tailwind or Bootstrap)
š Features: ā Add new tasks ā Mark tasks as completed or incomplete š Edit existing tasks with pre-filled input ā Delete tasks from the list āļø Built with functional components and React Hooks (useState) š” Real-time UI updates šØ Styled with basic custom CSS
š§± Technologies Used: => React.js (with Vite) => JavaScript (ES6+) => HTML5 => CSS3