https://github.com/mrsunshyne/mauritius-internet-prices
A simple web app to visualize and compare Internet Prices in Mauritius
https://github.com/mrsunshyne/mauritius-internet-prices
internet mauritius prices
Last synced: 3 months ago
JSON representation
A simple web app to visualize and compare Internet Prices in Mauritius
- Host: GitHub
- URL: https://github.com/mrsunshyne/mauritius-internet-prices
- Owner: MrSunshyne
- License: mit
- Created: 2021-12-26T08:21:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T11:16:44.000Z (over 3 years ago)
- Last Synced: 2025-01-26T02:52:04.373Z (5 months ago)
- Topics: internet, mauritius, prices
- Language: Vue
- Homepage: https://mauritius-internet-prices.netlify.app/
- Size: 419 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mauritius Internet Prices
An open source project to visualize bandwidth and pricing of various prepaid mobile internet packages available in Mauritius.
## Data Source
The details regarding all packages are taken from publicly advertised prices from the websites of the service providers.
You can see the list [here](https://docs.google.com/spreadsheets/d/1i1_6IOA4wdm5Cl-hXRf46Dkwqz5bMcN3KdFcaGahbV0/) with a link to the pricing page on the same row.
## Design & Wireframe
We are using Figma to explore the UI possibilities of this project.
You can take a look [here](https://www.figma.com/file/bWPF6c87cchw1Z95QmwWBL/Prepaid-Mobile-Internet-Mauritius?node-id=0%3A1)## Contribute
If you would like to contribute, reach out to me on Twitter, create a Github issue or even better, send a PR !
## Why are you doing this ? Is this advertisment for a company ?
No. I have been a heavy internet user for many years and I love remote work. Comparing prepaid mobile internet is something I care about, and I though it would be worth sharing some kind of interactive infographic using the publicly available information.
## Why Open Source this ?
Why not ?
## Technical Stuff
### Tech Stack
- Vue 3
- TailwindCSS- Google Sheets API v4 (as database)
### Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run dev
```