Skip to content

create a searchable select list that retrieves characters from Marvel API

License

Notifications You must be signed in to change notification settings

kalcifer/marvel-searchable-select-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

marvel-searchable-select-list

create a searchable select list that retrieves characters from Marvel API

Assumptions

  • Used create-react-app for quicker bootstrapping.
  • Dependent server is running on localhost:1111 & responds to http://localhost:1111/characters?nameStartsWith=
  • The app does not check for window.navigator property to detect device width. So, the layout changes on screen resize.

Running the app

$ cd app
$ npm install
$ npm start

Run Tests

$ cd app
$ npm test

About

create a searchable select list that retrieves characters from Marvel API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published