inPhoenix / imageSearch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

imageSearch

Live: https://inphoenix.github.io/imageSearch/

The stack

  • React
  • Redux
  • SASS
  • Axios

How to Run the App:

yarn/npm install
yarn/npm start
The App will open on Localhost:3000

How to run The tests:

yarn/npm test

Implementation Details/Decisions

  • 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.

About


Languages

Language:JavaScript 76.9%Language:CSS 19.8%Language:HTML 3.3%