Skip to content

A progressive web app that displays the amount of data you have left in a month by setting your data bundle size

Notifications You must be signed in to change notification settings

timsun28/Data-Usage-Calculator

Repository files navigation

Data usage calculator

This app has been created to calculate how much data the user should have left on the current date of the month. This app assumes your data resets at the end of the month.

It uses local storage to store the selected amount of GB and uses service workers to cache the app for offline availability.

Feel free to update and tweak how you like it and don't forget to try out the demo

Why this app?

My mobile provider phone app shows me two values when looking at my current usage. The amount of days left until my plan renews and the amount of MB's I had left at that moment. This always had me guessing if at some point during the month I was already over my data usage and should slow down a bit or if I had some spare GB's to use in the rest of the month.

This is why I built this tool to see at any point in the month to see how many MB's I should have left to be on track for the month.

Technologies used

How to run locally

You can deploy your own version by clicking this button:

Deploy with Vercel

If you want to run it on your own machine, clone the project on your own machine and run npm install to get all the dependencies. Once installed: npm run dev should start the dev environment on your computer where you can access the site on localhost:3000

About

A progressive web app that displays the amount of data you have left in a month by setting your data bundle size

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published