pull/305/merge
goth 2 years ago committed by GitHub
commit 4339ca1404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,7 @@ The classic To-Do application where a user can write down all the things he want
- [ ] 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)
- [ ] By pressing shift + enter (or a check), the User can submit an urgent to-do item and can see that being added to a list of to-do's at the top.
## Bonus features
@ -18,6 +19,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 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
- [ ] User can prioritize a to-do item moving to the top by pressing on a button
## Useful links and resources

Loading…
Cancel
Save