Progress on my personal ToDo app

Last year I created a personal ToDo app using Xamarin, and released it privately.  This year, I wanted to experience Blazor.  I decided to re-code the backend API handling database CRUD functions and get my hands dirty with Blazor Webassembly.
I kept things simple as possible, yet tweaked some stuff around to get a better understanding of the code instead of watching/reading an article and just slapping the code on.
Interface is prototype-ish.  Figured I’ll get my app running and then update as I go.

Dones:
– Asp.net Backend API hosted and ready to go.
– JWT Token, and expiration/validity check in place.
– Secure token in localstorage.  (Decided to use localstorage, instead of httponly cookie this time around)

Todos:
– Add, Edit, Delete function.
– Archive page to browse past, completed ToDos.

Leave a Reply

Your email address will not be published. Required fields are marked *