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.
- JS (ES6) - React App (Create React App)
- CSS - Styled Components
- Testing - Jest
- Linting - ESLint
- Formatting - Prettier
- Husky - Pre-commit hooks
- Clone the repository
- Install dependencies
- Run the app
git clone <repo-url>
cd <repo-name>
npm install
npm startnpm testCheck other scripts in package.json for more options.
Reference