Floof Finder is a single page web application to find shelter dogs for adoption and collect their information!
- Transported real-time data from PetFinder API
- Designed frontend with Javascript and styled with Bootstrap framework along with custom CSS
- Backend built with Ruby on Rails
- run 'bundle install'
- run 'rails s' (should be localhost 3000)
- run 'cd fluffinder_frontend'
- run 'open index.html'