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.
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:
- Chatbot - A Chatbot is used to chat with users
- Razorpay Payment Method - For accepting donation for street dogs used Razorpay
- Firebase authentication - For web app protection and for scalable used Firebase
- Cloud Database
- Webapp(About page, Home Page, Slider, Footer)
Visit website : ClICK HERE
- 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 thennpm start
in Terminal of VS Code.
- After cloning in Local system write command
To contribute fork this repository and clone it. Make changes and create a pull request. Follow the step below to contribute.
$ git config --global user.name "YOUR NAME"
$ git config --global user.email "YOUR EMAIL ADDRESS"
On the upper right you can see a option to fork the repository. Fork it to make changes.
Use the below command to clone the repo into your local system.
$ git clone git clone https://github.com/Alakhdeepsingh/Indian-AnimalNGO
$ 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
$ git checkout -b <feature-branch>
$ git add --all
$ git commit -m "<commit message>"
$ git push origin main