Skip to content

lgargantini/dogs

Repository files navigation

Simple Search App for Funny Dogo Images

This is a simple search app that fetches images of dogs from the Dog CEO API. The user can search for images of different breeds of dogs by typing the breed name in the search bar. The app will display the images of the breed searched for. The user can also click on the image to view a larger version of the image.

Tech Stack

  • JS (ES6) - React App (Create React App)
  • CSS - Styled Components
  • Testing - Jest
  • Linting - ESLint
  • Formatting - Prettier
  • Husky - Pre-commit hooks

First Steps

  1. Clone the repository
  2. Install dependencies
  3. Run the app
git clone <repo-url>
cd <repo-name>
npm install
npm start

Running Tests

npm test

Check other scripts in package.json for more options.

Reference

More information on CHALLENGE docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published