A website for pets, the three major features of this site include(subject to change): searching for a breed of pet, viewing the library of all pets, and a guessing game. see the current page here.
install node.js (https://nodejs.org/en/) (LTS Perferably) (this will take a few minuets)
$ npx create-react-app <name-of-file>
$ cd <name-of-file>
$ git init
$ git remote add origin https://github.com/CSI-280/playdogplay.git
$ git pull origin master --allow-unrelated-histories -X theirs
$ git branch --set-upstream-to=origin/master master
$ npm install --save @petfinder/petfinder-js
make sure to merge master onto a new branch before pushing
npm start
install node.js (https://nodejs.org/en/) (LTS Perferably) (this will take a few minuets)
$ npx create-react-app <name-of-file>
download the repository @ https://github.com/CSI-280/playdogplay as a zip
Replace the public folder, src folder, and jsons with ones created in step 2.
in a terminal, navigate to the directory you created in step 2.
$ npm install --save @petfinder/petfinder-js
$ npm start
In the direcotry that you created for the project, run the commands:
$ git init
$ git add remote origin https://github.com/CSI-280/playdogplay.git