A Front-End Project by Matt Mcvey, Owen Hallgren, and Josh Aragon
Fetching Friends is an application designed to help you find your next pet! Future pet parents have the ability to search through the available pets based on certain criteria you are looking for. Once a desired pet is found, you can submit an application straight to the owner to apply for your furry friend. This application also caters towards the needs of someone who has a pet to offer for adoption by giving them a platform to post their animals.
This repo is holds the front-end for Fetching Friends. The back-end repo can be found here.
Fetching Friends Back-end Heroku
Clone down this repo and cd into the directory
$ npm i
$ npm start
If you see Compiled successfully! in your terminal, the application is running and the app can be viewed at http://localhost:3000/ in your browser.