Skip to content

dmytro-kuz/pet-shelter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pets Shelter

This project was created to help homeless animals find their owners as soon as possible

Please install Prettier -globally

Formating files on pre-commit It's necessary for auto formatting work correctly! In the project directory, you can run:

npm i prettier -g

1

  • This application can display all animals that are currently on hold
  • You can select an animal and view information about it and its photo.
  • You can take the animal for respite or adopt it
  • You can read the blog of our shelter
  • You can refer to the statistics of our shelter in the statistics component
  • Make a charitable donation to the shelter

There is also an administration page where you can edit animal profiles, approve adoptions and adoptions, view donations and many other information and fields for editing available only to the administrator.

2 3