This project was bootstrapped with Create React App.
This exercise was written with Typescript and React.
It is tested with Jest for unit tests, cucumber and puppeteer for end to end tests.
Bootstrap has been used for css styling.
Axios has been used to call the end-point, folder src/services.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Launches the test runner in the interactive watch mode.
Runs test with cucumber and puppeteer.
All the tests can be found in the e2e folder.
For the second objective of the exercise, the SearchResults.feature includes all the user stories.
Please note in order the tests to run, please run first the npm start and in another terminal npm run e2e.