Goa for you is a crowdsourced social welfare benefit initiative. A listing website to locate the nearest home delivery service for your daily essentials in terms of groceries and other basic requirements.
This is the source code for this application.
This is a purely client side application, written with vue.js. It uses a crowdsourced Google Sheet as the source of data. Since this is a CORS request, we can't just open the file in your browser and work on it - you need a very simple HTTP server.
On your terminal, run the following command:
python -m SimpleHTTPServer
If this gives you errors, try:
python3 -m http.server
Now you can access the service at localhost:8000. Any changes you make can be tested by simply reloading the page.