DogsReservoir
Author
Ian Holladay @holladayian
Project Goal
This was a final solo school project. We had 5 days to build out a react app that:
- Utilizes router to switch between links
- Fetches data from an api (abd use it asynchronously)
- Test our appplication for unit & integration
What it does
This is a very simple app. It allows a user to shuffle through random pictures of dogs, and save them if desired to be viewed later.
Audience
People who want to look at pictures of dogs on the internet.
Rough Draft
Final Product
Set Up
- Clone down the dogsreservoir repo
- CD into it.
$npm install
the necessary dependencies.- Take a look.
- Feel free to
$npm test
some things out.
Technologies
React
Router
Asynchronous JavaScript
Jest
travisCI