- Create a simple to-do list application using React and Tailwind for styling.
- The application should allow users to add, delete, and mark tasks as completed.
- Implement a filter feature to view all tasks, completed tasks and open tasks.
React documentation: Learn React https://react.dev/learn Tailwind documentation: https://tailwindcss.com/docs/margin
Install Node and npm via https://nodejs.org/en/download
# Install Node.js
# Install the packages for this repository
npm install
npm start
# Open your browser and go to http://localhost:3000