- Fork this repo as a starting point
- Use React (Create React App): https://create-react-app.dev/
- Guide to Flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
- Flexbox is useful for aligning things natively
- Joy UI: https://mui.com/joy-ui/getting-started/
- Joy UI and other similar packages provide pre-built component libraries. You can use Joy UI or similar for your components if you want, or style them yourself
{
id: number; (auto)
description: string;
isDone: boolean;
}