create a searchable select list that retrieves characters from Marvel API
- Used create-react-app for quicker bootstrapping.
- Dependent server is running on
localhost:1111
& responds tohttp://localhost:1111/characters?nameStartsWith=
- The app does not check for
window.navigator
property to detect device width. So, the layout changes on screen resize.
$ cd app
$ npm install
$ npm start
$ cd app
$ npm test