- Create a fork of this repository
- Clone your fork locally
- Open folder and on the terminal, run
npm i
- Once it's finished, you can run
npm test
to make sure everything is working correctly
Given a list of requirements for a Search component, create said component following TDD mindset.
All tests can be added on Search.test.js
and the implementation on Search.js
- The result list will only change once the Search button is pressed
- It can’t send an empty search
- It needs to show at most 3 results