In December I finished Typescript course and decided to make a small app using React + Typescript.
You can go right to the website and see yourself how it works ✏️
It's a simple app with all necessary features:
You can
- 📝 create a new to do item
- ✒️ edit it
- ✅ mark it as done/undone
- ❌ or delete it
❗ but more importantly if you refresh the page or even close the app, you won't lose your to do list! If you open the app again, all of your to do tasks will be still there.
For such a small application I didn't want to set up a server or Redux, so I made a Custom Hook instead.