Skip to content

andreaperinu/dogs-dashboard

Repository files navigation

dogs

I implemented a custom version of a dashboard to show random images of dogs selected by breed. Plus I added the feature to select them by sub-breed and also fetch the entire image gallery. In order to do this I used a set of public APIs at https://dog.ceo/dog-api.

{"author": "Andrea Perinu <andrea.perinu@gmail.com> (https://github.com/andreaperinu)"}

Features

  • Random dog image by breed
  • List dog images by breed
  • Random dog image by sub-breed
  • List dog images by sub-breed

Getting Started

Prerequisites

You need to have Docker installed on your machine

Installing

To get a development env running , run inside of the project root

make start-dev-env

RUN

go to: http://localhost:3000/

Tests

yarn test-all

Launch all test cases

yarn test-coverage

Launch all test cases with coverage

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages