Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.29 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.29 KB

Share Subscriptions Web Application

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:

  1. A site to share information with friends about which subscriptions you have and they do not.
  2. A portal service to share the latest hot TV show or movie (sort by relevance and topical).
  3. 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/

image

Technologies used (created/provided from scratch):

  1. React Hooks
  2. React-Router (v.5; still uses Switch instead of Routes)
  3. localStorage (for CRUD functionality to operate without a database. Refreshing the page will keep data in local storage, unlike cookies which are not persistent.
  4. Userfront Authentication
  5. Firebase Hosting

Thank you for reading.