Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.83 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.83 KB

Description

code style: prettier

This app will help abandoned animals get help from Animal welfare organizations all over the world when people reporting them via this app.

The idea is that when reporting an animal, the user will start filling out a form about the animal's situation and location. If people want to leave their contact information in the last stage, this should give them the possibility to stay connected with the NGOs and get information about the condition of the animal. When submitting the form, the form should be sent to the nearest NGO station.

Demo

Live view by clicking the badge: Netlify Status

You can also clone the project and open it in localhost, or enjoy the preview video below instead 😄

sos.animal.preview.mov

Contribution

To contribute to this project please check out the [contribution guidelines].

Prerequisits

Before cloning/forking this project, make sure you have the following tools installed:

Installation

  1. Fork the project
  2. Clone the project
  3. Follow the instructions in the console:
  4. Navigate to the project directory cd sos-animals
  5. Install the dependencies npm install
  6. Run the project npm start

Contributors