Don't worry about Remix part (<Form> for example), this will be handled in a separate task.
It should include good use of semantic HTML.
It should include stylings using Tailwind. Find a nice looking design on Dribble or similar, and build it.
Consider light/dark mode too, using the dark: prefix.
ACs
Create the app/components/TaskList folder with the relevant files (including test + story)
Description
This component should accept an array of Tasks.
We do not have the type for the tasks yet, so you can use a dummy one for now:
Don't worry about Remix part (
<Form>
for example), this will be handled in a separate task.It should include good use of semantic HTML.
It should include stylings using Tailwind. Find a nice looking design on Dribble or similar, and build it. Consider light/dark mode too, using the
dark:
prefix.ACs
app/components/TaskList
folder with the relevant files (including test + story)