codeDamon / VendorRelief

🚑Android App for people of India during this Pandemic of Covid-19. During COVID-19, people living in societies and apartments may not be aware of the nearby shops and vendors whether they are providing essential services or not (such as Groceries, Pharmacy, Dairy, etc) and if they may be providing the people may not know the details of the vendors(like timings, contact number, and address of the shop). People may be facing some doubts about COVID-19. After knowing about these problems faced by some of the people, we have done our best to help them out.

Home Page:https://drive.google.com/drive/folders/1QqwhVzrsNaS_Xg9V-xUP0fGNDgplSoUH?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

website title image

🏥 Android App for people of India during this Pandemic of Covid-19 🏥

  1. During COVID-19, people living in societies and apartments may not be aware of the nearby shops and vendors whether they are providing essential services or not (such as Groceries, Pharmacy, Dairy, etc) and if they may be providing the people may not know the details of the vendors(like timings, contact number and address of the shop).
  2. People may be facing some doubts about covid-19.
  3. After knowing about these problems faced by some of the people ,we have done our best to help them out.

Let’s see how……

License first-timers-only PRs Welcome Minimum API Level Maximum API Level Open Source Love

Table of Contents

Top Features of the App

  1. Registered Vendors can provide their shop details by signing up.
  2. Provide details of vendors to the customers who want to buy essential products for them like(Groceries, Medicines,dairy and others ).
  3. Give real time data of COVID at global level and state level in India(details such as number of cases in world and India, number of deaths at globally & every state of India)
  4. Details of several essential prevention and precaution to stay safe.

Tech Used

  1. Android
  2. Java
  3. Google Firebase Firestore
  4. Google Analytics
  5. Recycler View
  6. Material I/O
  7. Google Firebase Authentication

Requirements

  1. Android Version 5.0 and above
  2. compileSdkVersion 29
  3. minSdkVersion 21

Discord channel

chat on discord

Getting started

1. Star and Fork this Repository

You can star ⭐ and fork 🍽️ this repository on GitHub by navigating at the top of this repository.

GitHub repository URLs will reference both the username associated with the owner of the repository, as well as the repository name. For example, plazzy99 is the owner of this repository, so the GitHub URL for this project is:

https://github.com/plazzy99/VendorRelief

When you’re on the main page for the repository, you’ll see a button to "Star" and “Fork” the repository on your upper right-hand side of the page, underneath your user icon.

2. Clone the Repository

To make your own local copy of the repository you would like to contribute to, let’s first open up a terminal window.
We’ll use the git clone command along with the URL that points to your fork of the repository.
This URL will be similar to the URL above, except now it will end with .git. In the example above, the URL will look like this:

https://github.com/plazzy99/VendorRelief

You can alternatively copy the URL by using the green “Clone or download” button from your repository page that you just forked from the original repository page. Once you click the button, you’ll be able to copy the URL by clicking the binder button next to the URL:

Once we have the URL, we’re ready to clone the repository. To do this, we’ll combine the git clone command with the repository URL from the command line in a terminal window:
git clone https://github.com/plazzy99/VendorRelief.git

3. Create New Branch

Once the project is opened create a new branch and checkout in it where you can make the changes in the code.
You can do this either from terminal or Directly in Android Studio.
To do from Terminal:
git branch new-branch
git checkout new-branch
To do directly from Android Studio
Click on Git branch in the bottom-right corner in Android Studio and create a new branch from there and checkout to it.

4. Commit and Push

After making the required changes commit and push your code
Terminal:
To add the changes after you have made the modifications

git add . or git add -A

To commit and push the changes
git commit -m <Your-commit-message>
git push --set-upstream origin new-branch

5. Update Local Repository

While working on a project alongside other contributors, it is important for you to keep your local repository up-to-date with the project as you don’t want to make a pull request for code that will cause conflicts. To keep your local copy of the code base updated, you’ll need to sync changes.
We’ll first go over configuring a remote for the fork, then syncing the fork.

6. Configure a Remote for the Fork

You’ll have to specify a new remote upstream repository for us to sync with the fork. This will be the original repository that you forked from. you’ll have to do this with the git remote add command.
git remote add upstream https://github.com/plazzy99/VendorRelief.git
In this example, // upstream // is the shortname we have supplied for the remote repository since in terms of Git, “upstream” refers to the repository that you cloned from. If you want to add a remote pointer to the repository of a collaborator, you may want to provide that collaborator’s username or a shortened nickname for the shortname.

7. Sync the Fork

Once you have configured a remote that references the upstream and original repository on GitHub, you are ready to sync your fork of the repository to keep it up-to-date.

To sync your fork, from the directory of your local repository in a terminal window, you’ll have to use the // git fetch // command to fetch the branches along with their respective commits from the upstream repository. Since you used the shortname “upstream” to refer to the upstream repository, you’ll have to pass that to the command: git fetch upstream

Switch to the local master branch of our repository:

git checkout master

Now merge any changes that were made in the original repository’s master branch, that you will access through your local upstream/master branch, with your local master branch:

git merge upstream/master

8. Create Pull Request

At this point, you are ready to make a pull request to the original repository.
Navigate to your forked repository, and press the “New pull request” button on your left-hand side of the page.

ScreenShots

Link to the Website Repository

Vendor-Relief -> Banke Agarwal

Download app from the link

Download both the files and then click .apk file

Project Maintainer

Issues Maintenance

Vatsal Kesarwani

Need help? Feel free to contact me @ vatsalkesarwani12@gmail.com

You just made your Firt pull request to Heal-O-Chat

Do Star ⭐ this Repo.

Java Git Github

Made with ❤️ By Vatsal Kesarwani

forthebadge ForTheBadge ANDROID

About

🚑Android App for people of India during this Pandemic of Covid-19. During COVID-19, people living in societies and apartments may not be aware of the nearby shops and vendors whether they are providing essential services or not (such as Groceries, Pharmacy, Dairy, etc) and if they may be providing the people may not know the details of the vendors(like timings, contact number, and address of the shop). People may be facing some doubts about COVID-19. After knowing about these problems faced by some of the people, we have done our best to help them out.

https://drive.google.com/drive/folders/1QqwhVzrsNaS_Xg9V-xUP0fGNDgplSoUH?usp=sharing