What inspired us was the mass amount of problems in our lives that connected back to credit cards and subscription plans.
What we learned from this was that creating a website/application that would automatically highlight whatever subscription plan that is unused was harder than expected. It also taught how to polish a website and that the production of a full scale application takes more time. It makes more sense why business have teams of developers to ensure everything works properly.
We built the project using Claude and Gemini to help us build it from ground up. We then came up with more innovative ideas that help with quality of life fixes and implemented new bug fixes here and there. CSS was used for color, frames, animations, etc. React was used to break the dashboard into small, reusable components (like the chat box or the chart). When you delete a subscription or send an AI message, React updates only that specific part of the screen instantly. Vite was used to make our server run properly. It provided the "Localhost" server where we tested our code and "bundled" everything into an optimized package.
The challenges we faced were errors like trying to fix certain tabs so that they wouldn't go to a black screen or crash. We also struggled with format from time to time and have to troubleshoot a good bit.
Log in or sign up for Devpost to join the conversation.