Lose track of what you spend? Subscribii is an application built with React + Firebase to keep track of your own subscriptions!
Screenshots of the Subscribii App in action.
Go to the deployed app and log into the app via your Google account. Then, one can add and remove subscriptions and relevant information (payment date, amount, etc.).
- Clone Repository
git clone https://github.com/ShreyRavi/subscribii.git
- Change (ex.
cd
) to project top folder (if not already there) npm install
packages
npm install
- Start React App
npm start
- (Optional, after Firebase setup) Deploy
npm run build
firebase deploy
- SubscribiiApp.js
components/
Footer.jscomponents/
Header.jscomponents/
SettingsDrawer.jscomponents/
Controls.jscomponents/
SubscriptionEditAddModal.jscomponents/
SubscriptionList.jsutil/
util.js
See Privacy Policy here or navigate to PrivacyPolicy.md
.
- Add Data Visualization Panels on Spending
- Track Year over Year spending
- More QoL Improvements