An open API service indexing awesome lists of open source software.

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

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
```