I initally started this set of projects with the counter app because it seemed the quickest and easiest way to try out Vite (and it's always useful to have a counter app to call on 😎).
From there I developed two more apps, social-climber-app and good2go-app.
social-climber-app is a word analytics tool that helps a user create a social media post that could be used across multiple platforms. It provides real-time analytics on the word count set against the word limit for each platform. I have a number of ideas on how to take this forward and give it more real-world applications, particularly partnering it up with AI to provide support on the post content itself.
good2go-app is an alternative take on the todo list app. It enables the user to create a list of items they want to pack for a trip, and keep track of what they have packed. It makes use of Zustand's state management and persistence features to manage the user's data.