Mock Todos - Copy this React, Tailwind Component to your project
Create for me simple todo app, there should be two pages, HomePage and TodoPage, Home page has information like: " Welcome to the Todo App Demo for SE347.P12", "This is a simple todo app built with React and Tailwind CSS". There are two components: Add a top navbar component, when click, it will show a sidebar that have two items: Home and Todo, when click at home it will go to hompage, Todo will go to ToDoPage. When i clicked view todo, it should bring me to a new screen that show a table list of Title, Completed, Delete. Completed and delete are checkboxs. The Todo Render screen is taken from the API, Todo has selectable units such as Check done or not, Delete button to delete a Todo, In the bottom right, there should be a blue add Todo button
