Skip to content

inPhoenix/imageSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published