To-Do List Demo

What You'll Build

In this section, we use a todo list app as an example for you to have a side by side comparison between building on Solana and Aptos. In both implementations, there are 2 versions:

  • Simple version: A todo list app that allows you to create todo list, add, and mark a todo as done. You can interact with the Aptos version on testnet explorer.
  • Advanced version: On top of the simple version, we use object on Aptos and PDA on Solana to store todo lists, making it easy for each user to have multiple todo lists and easily retrieve them. You can interact with the Aptos version on testnet explorer

Prerequisites

If you want to clone the repo and play with the Aptos version of the app, here are some useful resources: