📄️ Features
We will be building a simple todo list application. The application will have the following features:
📄️ Writing a simple Todo App
Our app will be a simple todo list. The user can add a new todo.
📄️ Adding data structure
To add a mark as done feature, we will need a data structure to store the todos. Up until now, we only store todo as a string.
📄️ Assignment
Let's get started with the assignment. Let's add a timestamp to our Todo model.