From b06e4032d925ff3cac717d21f165cb228caf5a87 Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Tue, 16 Mar 2021 07:55:43 -0700 Subject: [PATCH] Update README.md (#6) Adding simple-to-do to Apps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b09f3e9..782b8d9 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ The following represent a few of the applications that teams developed over the - [Superheroes](https://github.com/enzoh/superheroes) - A simple CRUD application that demonstrates using Motoko and React to create your own universe of superheroes that runs on the Internet Computer . +- [Fullstack To-do](https://github.com/krpeacock/simple-to-do) - Extension of the to-do example app with a frontend, using a minimal webpack dev-server configuration, web components, and unit and integration testing + ## Motoko resources - [Vessel package manager](https://github.com/kritzcreek/vessel) - Add and manage packages, libraries, and dependencies for your Motoko programs.