I have created a private GitHub Repo for this Project.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- clone repository
https://github.com/Kellswork/autocomplete-component.git
or - unzip the
autocomplete-component
folder - navigate to the folder location
- cd into the folder
- in your terminal, run
npm install
to install dependencies - run
npm start
to start the project
- navigate to the folder location and cd into the folder
autocomplete-component
- in your terminal, run
npm test
and pressa
to run the tests
Achieved 70% test coverage
- run
npm test -- --coverage
to see test coverage
Intergrate Continous intergration with Circle CI or Travis CI for testing in Production.
Add Cache to store previous search result and reduce ftech request call.