tusharnankani / VocalForLocal

Supporting the local communities around us βš‘πŸŽ‰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vocal For Local ✨

Supporting your neighborhood and the local communities around.

Table of Contents

Introduction

Vocal For Local - a local product that can be used globally, to support communities all around.

homepage

Demonstration

View the complete demonstration here or here

  • Multiple Language Supported

homepage

Customer Dashboard

homepage

Seller Register

seller-register

Seller Dashboard

  • Clean and simple UI

homepage

Features

  • A simple phone number - OTP login. It checks if the number is registered before or not and redirects to respective business registration page or business portal, and if it is a customer, then to the common page.
  • It provides a list of all the shops and services around the customer, altered according to the location of the user.
  • The user can search the product, service, or a specific shop, and the list will be altered according to the location of user.
  • The user has access to the shop's number, timings, ratings, delivery/take-away, and the distance.
  • Now, a peculiar thing about this is that, we needed a simple User Experience from both ends, therefore we chose not implement any payment gateway system, everything is flexible according to the local needs. Moreover listing down each and every product (and the expiry, price, etc.) can be tiresome for the local community, also then it would simply become E-commerce.

Since, this is a local product which alters according to the user's needs, it can be used globally, to support local communities around the world as it also has all languages supported around the world.

Tech Stack

For Frontend

  • HTML/CSS
  • JavaScript

For Backend

  • Django

Local Setup

git clone https://github.com/tusharnankani/VocalForLocal.git
git checkout -b <branch-name>
python manage.py migrate
python manage.py makemigrations
python manage.py runserver
  • Go to http://127.0.0.1:8000/
git add .
git commit -m "message"
git push origin <branch-name>

License πŸ“œ

Authors

Meet the team.

About

Supporting the local communities around us βš‘πŸŽ‰

License:MIT License


Languages

Language:HTML 33.5%Language:CSS 31.9%Language:Python 30.9%Language:JavaScript 3.7%