This is a tool built in the React framework to help you manage, calculate and add the costs of your monthly subscriptions.
Digital subscriptions are ubiqitous. So is overpaying for them while a friend has one you need. Why not take advantage of 'friends and family' sharing policies of such services? Sharesub is the solution to this problem.
It is:
- A site to share information with friends about which subscriptions you have and they do not.
- A portal service to share the latest hot TV show or movie (sort by relevance and topical).
- A cost calculator to figure out how much you are spending per month.
The cost calculator is a web scraper from the various subscription websites: Netflix, HBO, Disney Plus.
Check out the beta here: https://sharesub-5c6f8.web.app/
Technologies used (created/provided from scratch):
- React Hooks
- React-Router (v.5; still uses Switch instead of Routes)
- localStorage (for CRUD functionality to operate without a database. Refreshing the page will keep data in local storage, unlike cookies which are not persistent.
- Userfront Authentication
- Firebase Hosting
Thank you for reading.