Subscribii (subscribii.com)
Subscriptions Under Control
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.
Link to Live Deploy
Usage
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.).
Local Setup
- 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
src
Notable Files in - SubscribiiApp.js
components/
Footer.jscomponents/
Header.jscomponents/
SettingsDrawer.jscomponents/
Controls.jscomponents/
SubscriptionEditAddModal.jscomponents/
SubscriptionList.jsutil/
util.js
Built With
Privacy Policy
See Privacy Policy here or navigate to PrivacyPolicy.md
.
Future Plans
- Add Data Visualization Panels on Spending
- Track Year over Year spending
- More QoL Improvements