Skip to content

Created a dynamic Indian-Animal NGO webapp using Reactjs and integrated a Razorpay payment gateway, added chatbot and used Firebase for authentication.

Notifications You must be signed in to change notification settings

Alakhdeepsingh/Indian-AnimalNGO

Repository files navigation

Indian Animal NGO

Athena Badge

✨About Indian Animal NGO

Indian Animal NGO web app is created to help street dogs by providing medical facilities, shelters, and food.Animal NGO is founded by visionaries who felt the need to build a free of cost medical facility for the stray animals where the best, most advanced, ethical and highly skilled medical care is readily available. Main mission is to connect and empower animal protectors to achieve animal rights by advocacy, networking and capacity building to create a high-impact which will continually address ongoing animal issues.There are not enough homes for all the animals that are born every year. Adopting from a shelter helps weaken the pet overpopulation cycle. Each year 8 to 12 million dogs, cats, puppies and kittens are euthanized because there are simply not enough homes for them. Our shelter offers a variety that you won’t find anywhere else.

✨About the Project

I have created an Indian Animal NGO web app to help street dogs by providing medical facilities, shelters, and food. There are a lot of features, such as the donate button, the RazorPay API, Firebase authentication, the chat bot, and the cloud database. These features will help users donate money to the NGO for helping street dogs live a better life, and if any users have any issues with the web app, they can clear their doubts using Chatbot. The webapp is created using ReactJS.

The features include:

  1. Chatbot - A Chatbot is used to chat with users
  2. Razorpay Payment Method - For accepting donation for street dogs used Razorpay
  3. Firebase authentication - For web app protection and for scalable used Firebase
  4. Cloud Database
  5. Webapp(About page, Home Page, Slider, Footer)

✨Take a look at our website

Visit website : ClICK HERE

main pic1 main pic2 main pic3 main pic4

✨ Project Information

Language Used      

Language Used      

Language Used      


✨ Instructions for Cloning this Repository Locally

  • Use the command: git clone https://github.com/Alakhdeepsingh/Indian-AnimalNGO
  • If Project had to be run locally, using VS Code
    • After cloning in Local system write command npm install and after then npm start in Terminal of VS Code.

✨ Instructions to contribute

To contribute fork this repository and clone it. Make changes and create a pull request. Follow the step below to contribute.

Add your email and user name in git bash

$ git config --global user.name "YOUR NAME"
$ git config --global user.email "YOUR EMAIL ADDRESS"

Fork the repo

On the upper right you can see a option to fork the repository. Fork it to make changes.

Clone the project

Use the below command to clone the repo into your local system.

$ git clone git clone https://github.com/Alakhdeepsingh/Indian-AnimalNGO

Add upstream to repository

$ cd <your-forked-project-folder>
$ git remote add upstream https://github.com/Alakhdeepsingh/Indian-AnimalNGO.git
$ git checkout main
$ git fetch upstream
$ git merge upstream/main
$ git push origin main

Creating branch for the new change on feature or bug fix

$ git checkout -b <feature-branch>
$ git add --all
$ git commit -m "<commit message>"

Creating pull request

$ git push origin main

✨ Get in touch with us

Gmail

Releases

No releases published

Packages

No packages published