This project is a dead simple CRUD example app using GUN as a backend. Users can create an account, and create, delete and edit 'tasks'.
CRUD is mostly functional, but some goofy bugs occuring.
I want to rewrite the TaskList component from scratch, trying to replace my janky array use with objects.
...TaskListNew has fixed many of the issues, but created some new ones.
TailwindCSS is now installed and functioning. Now it's time to learn Tailwind and get it all put together, looking nice.
Tailwind / DaisyUI are set up but still seem bizarely challenging. Going to keep learning the ropes,but it looks better already.
Need to refactor the auth side of things. The user page should pass the current user down to components.
Need to refactor the way data is handled, trying to integrate Svelte stores more tightly as outlined in the GUN docs.