Simple search for an Author app, that search for an author's name that autocomplete it,then search for his bio through an api.
As a user I want to search for an author .
As a user I want to autocomplete the author name.
As a user I want to search for author's biography.
[x] We expect back-end testing using tape (test as many components as you can) and basic front-end testing. Please note that we expect tests on pure functions and not on the router.
[x] Host your project on heroku.
[x] Use module.exports and require to break a single large server file into smaller modules.
[x] Consider what would be a good server file structure .
[x] Design: aim for a responsive, mobile-first design.
[x] Accessibility .