This is a Star Wars heroes application
The main idea behind this app is to use xstream library to connect data source to views written in React.
Hero component is used both in Modal window and inline. Decision of how to use Hero is made based on window width. If window is of middle size (in bootsrtap 4 terms) and greater inline mode is used, otherwise Modal window mode is used.
Where:
- data source is given from star wars api
- application is bootstrapped with create-react-app
- css based on bootstrap 4
All run scripts are those created by default by create-react-app
To run app in dev mode:
$ npm run start
To build script
$ npm run build
To run tests
$ npm run test