Todo list demo application for the on-device AI blog post series.
To run this demo, clone this repository and run the following commands:
npm i
npm start
There are three branches:
main
: normal to-do appweb-llm
: AI chatbot using WebLLMprompt-api
: AI chatbot using Prompt API