002 - Poking around
Our frontend TODO plugin is a bit more simplistic than the backend one. We need to implement a new UI to replace the example components we have.
Let's use this React component to start. Copy this to plugins/todo/src/components/TodoList.tsx.
// todo
Data Mocking
You already have a backend with dynamic data. Let's start a little smaller. Using hard coded data can be a great way to iterate quickly.