From e00b624b7d9959f87520e242b81239b54bb102bc Mon Sep 17 00:00:00 2001 From: Penny Liu Date: Tue, 22 Jun 2021 22:38:28 +0800 Subject: [PATCH] Add another To-Do App example --- Projects/2-Intermediate/To-Do-App.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/2-Intermediate/To-Do-App.md b/Projects/2-Intermediate/To-Do-App.md index 4a47c6ad..4e77a286 100644 --- a/Projects/2-Intermediate/To-Do-App.md +++ b/Projects/2-Intermediate/To-Do-App.md @@ -29,3 +29,4 @@ The classic To-Do application where a user can write down all the things he want - [To Do List on Codepen](https://codepen.io/yesilfasulye/pen/eJIuF) by [Burak Kaya](https://codepen.io/yesilfasulye/) - [Todo App in Plain JavaScript](https://safdarjamal.github.io/todo-app/) - [Todo App in Golang](https://github.com/schadokar/go-to-do-app) +- [Todo App in React Native](https://github.com/ytliuSVN/todo-app)