This project is a simple interactive To-Do List application built using React.js as part of a MuLearn Web Development task.
The application allows users to add tasks, mark them as completed, and delete tasks, helping practice basic React concepts and component-based development.
- React.js
- JavaScript
- Tailwind CSS
- Vite
- Node.js installed on your system
- Clone the repository:
git clone https://github.com/Vedha17Mahadevan/ToDoList_WebDev_MuLearn.git
- Navigate to the project folder:
cd ToDoList_WebDev_MuLearn - Install dependencies:
npm install- Start the development server:
npm run dev- Open application in web browser