Adopt Me is a React application for the purpose of adopt animals, it actually consumes this api.
To install project's dependencies you can use you favorite dependency manager
If you prefer to install them via npm
npm install
Or if you prefer to install them via yarn
yarn
To run this project locally in your machine, you can simply run
npm run dev
or if you prefer
yarn dev
then the project will be available at http://localhost:1234
Feel free to contribute to this project sending a PR :)
This project isn't actually in production 😅
with ❤️, Julian