Few weeks ago, I made a small python program to track all my subscriptions. Due to Black Friday and the coming of end of 2019, a subscription tracker could really help people. At the first weekend of the winter quarter, my fraternity held a small scale hackathon. Therefore, I pitched my product idea and formed a small team to make an subscription tracker app(either web/andorid/iOS) . Eventually, we went on and build a Subscription Tracker app(Though it is misleadingly named as Subscription Manager in the github repo).

Steven borrowed some codes from his web programming class and made some modifications to it to make our basic prototype. Then Grant added to its design and make it having more functionalities. For example, recording the subscription with its subscription type(“Annually or Monthly”). I later understanded the jQuery code that perforom firebase powered authentication and storage. I updated the storing method so users’ data are now storage in separate directories. It’s my very first coding project after I decided to become a product manager, I will upgrade it in the near future hopefully.

The link to the github page of Subscription Manager is here. The application’s link is here.

Subscription Tracker