Comment by artemavv

1 month ago

I'm building a personal habit tracker, solely for my own use. It is intended to be pretty basic - just a html file, with data saved by vanilla JS in browser's local storage. Currently about 50% of the work is done by AI (Cursor).

After adding a couple of extra features and having a "finished" tracker, I will try re-implementing this tracker in React, Svelte, Vue, Preact and some others.

My goal for this project is twofold: to get familiar with these frameworks and to practice using AI as a personal tutor (leading my way and answering my questions).

I've tried learning React, Laravel, etc before, but I've used them to build a fresh project from scratch and I've always got stuck early on due to the lack of knowledge/understanding.

I hope that re-implementing something that I already know and understand fairly well would make my learning process much more effective.