From 014d9489ed515b3c9c95aa2e6a56061564264251 Mon Sep 17 00:00:00 2001 From: Andrei Dobrinski Date: Wed, 6 Oct 2021 14:10:54 -0400 Subject: [PATCH 1/2] update Todo app with gender-neutral phrasing --- Projects/2-Intermediate/To-Do-App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/2-Intermediate/To-Do-App.md b/Projects/2-Intermediate/To-Do-App.md index 4a47c6ad..bc4fbc7d 100644 --- a/Projects/2-Intermediate/To-Do-App.md +++ b/Projects/2-Intermediate/To-Do-App.md @@ -2,11 +2,11 @@ **Tier:** 2-Intermediate -The classic To-Do application where a user can write down all the things he wants to accomplish. +The classic To-Do application where a user can write down all the things they want to accomplish. ## User Stories -- [ ] User can see an `input` field where he can type in a to-do item +- [ ] User can see an `input` field where they can type in a to-do item - [ ] By pressing enter (or a button), the User can submit the to-do item and can see that being added to a list of to-do's - [ ] User can mark a to-do as `completed` - [ ] User can remove a to-do item by pressing on a button (or on the to-do item itself) From 1ddda078bb1e2c6a4ba2d07b430a160b836237f9 Mon Sep 17 00:00:00 2001 From: Andrei Dobrinski Date: Wed, 6 Oct 2021 14:13:28 -0400 Subject: [PATCH 2/2] 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)