This is a simple Todo List application built using React. Users can add tasks with titles and descriptions, and delete them as needed.
ReactTailwindcss
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.