pull/454/merge
Andrei Dobrinski 2 years ago committed by GitHub
commit db26edc60b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
**Tier:** 2-Intermediate **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 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 - [ ] 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 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) - [ ] User can remove a to-do item by pressing on a button (or on the to-do item itself)
@ -18,6 +18,7 @@ The classic To-Do application where a user can write down all the things he want
- [ ] User can see a list with all the active to-do's - [ ] User can see a list with all the active to-do's
- [ ] User can see the date when he created the to-do - [ ] 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 - [ ] 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 ## Useful links and resources
@ -29,3 +30,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/) - [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 Plain JavaScript](https://safdarjamal.github.io/todo-app/)
- [Todo App in Golang](https://github.com/schadokar/go-to-do-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)

Loading…
Cancel
Save