This is a simple React application that demonstrates an animated checklist using Tailwind CSS and Framer Motion.
To get started with this project, follow these steps:
npm install
npm run dev
http://localhost:5173
To use this project, simply add tasks to the DEFAULT_ITEMS
array in src/App.tsx
. Each task should have an id
, text
, and checked
property. The id
should be a unique string, the text
should be the task name, and the checked
property should be a boolean indicating whether the task is checked or not.
Contributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.