From 1ddda078bb1e2c6a4ba2d07b430a160b836237f9 Mon Sep 17 00:00:00 2001 From: Andrei Dobrinski Date: Wed, 6 Oct 2021 14:13:28 -0400 Subject: [PATCH] update Todo app with bonus feature and example --- Projects/2-Intermediate/To-Do-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Projects/2-Intermediate/To-Do-App.md b/Projects/2-Intermediate/To-Do-App.md index bc4fbc7d..f4db0045 100644 --- a/Projects/2-Intermediate/To-Do-App.md +++ b/Projects/2-Intermediate/To-Do-App.md @@ -18,6 +18,7 @@ The classic To-Do application where a user can write down all the things they wa - [ ] User can see a list with all the active to-do's - [ ] User can see the date when he created the to-do - [ ] When closing the browser window the to-do's will be stored and when the User returns, the data will be retrieved +- [ ] Recurring todos: User can configure a to-do item to uncheck itself after a given time internal ## Useful links and resources @@ -29,3 +30,4 @@ The classic To-Do application where a user can write down all the things they wa - [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) +- [Gym Todo App with React and TypeScript](https://github.com/andreidobrinski/gym-todo)