A simple Todo List app built with React and Tailwind CSS for Ostad MERN assignment.
-
Clone the repository or download the source code.
-
Install the project dependencies by running the following command:
npm install
- Start the development server:
npm start
- Open your web browser and navigate to http://localhost:3000 to view the app.
- Enter a new task in the input field and click "Add Task" to add it to the list.
- To delete a task, click the "Delete" button next to the task.
- React
- Tailwind CSS
Feel free to explore and enhance the app according to your needs!