Live: https://inphoenix.github.io/imageSearch/
- React
- Redux
- SASS
- Axios
yarn/npm install
yarn/npm start
The App will open on Localhost:3000
yarn/npm test
- Using React Testing Library for testing.
- As the search should be on each keystroke a debounce function was added to keep dependencies as minimal. Similar solutions would include adding Redux Observables or Redux-Saga.
- Using https://gitmoji.carloscuesta.me/ to style the commit messages.