DevLog 4 – Cookies
I tackled one of the biggest issues with the app saving user data. My original design didn’t have any way to store progress, which was a pretty major flaw.My first attempt was using cookies. I spent quite a while implementing everything, but after I finished… nothing worked. I went through the code over and over trying to find the bug, but I couldn’t figure it out.
Eventually, I searched online and found the real problem I was testing on local host, cookies wasn’t going to work. Instead of fighting it any longer, I switched everything over to local storage.The change worked almost immediately, and it was a huge relief to finally see data being saved correctly(YAY)
I also spent some time working on voice typing. It looks like I have it working now, and I think it’s going to be one of the coolest features in the app. Being able to talk instead of type just feels like the natural direction for an AI-powered tracker.
PS in the vid I am reloading but you can’t see it
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.