A web search built using Edamam Recipe Search API. The only required field is 'search term'.
This project was bootstrapped with Create React App.
Example search terms:
- Chicken
- Fish
- Pizza
For Dev purposes
$ npm install
$ npm start
To run unit tests
$ npm test
To run unit tests with coverage report
$ npm test -- --coverage