Messing with graphics, starting to apply CRUD

I decided to "treat" myself and explore graphics and animation for a future version of tasklist.

I learned more about HTML canvas from (https://www.w3schools.com/graphics/game_intro.asp), but it turns out there's quite a bit of overhead in doing it that way, so I plan to look for a library I can use.

I won't share details of what I'm going to use it for at this time, I'd rather keep it under wraps :-)

I've also started to apply my new CRUD knowledge w.r.t. context and providers to my tasklist app, which should get it to a good usable state. Once I apply async storage, it will be even more usable, then I can start some beta testing.

Comments

Popular posts from this blog

Udemy course about React Native and Hooks

The starting point