Domanda di colloquio di Sincere

The challenge is to create a basic todo application using the starter application codebase. The application should utilize Next.js, TypeScript, functional React components, React Hooks, SWR, and Tailwind CSS. You are expected to complete the list of user stories below. Your submission will be evaluated on multiple criteria: - Was it returned on time? - Did you complete all of the stories? - Does it work? - How well is TypeScript utilized? - Did you use functional components and hooks? - Did you use [`useSWR`](https://swr.vercel.app/docs/api) and [`mutate`](https://swr.vercel.app/docs/mutation)? - How accurate is the styling to the mocks? Does it look and feel good? - How well was [Tailwind CSS](https://tailwindcss.com/docs) utilized? - Code quality and organization.