Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidobrinski committed Dec 28, 2023
1 parent fcc5f76 commit dbf2630
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@ Also to practice TypeScript with React.

## Progress

### Core

- [x] Basic CRUD: add, delete, check/uncheck todos
- [x] Persist todo list in local storage
- [x] Store date/time of completed tasks
- [x] Uncheck todo after a week of being completed
- [x] Customize todo repeat interval
- [x] Add testing

### Bonus

- [x] Customize todo repeat interval
- [x] Add feature to move list item to top

![logo](./icon.png)

0 comments on commit dbf2630

Please sign in to comment.