A Cycle.js app that uses RxJs and the Star Wars API to provide a character text-based search. It follows the Model-View-Intent (MVI) pattern.
- Install all dependencies using
npm install
- Run a development server using
npm start
- Access
localhost:8000
in your browser
The tests included are Virtual DOM tests that uses the chai-virtual-dom lib and are included in app.test.js
file. To run the tests:
- Install all dependencies using
npm install
npm test
This repository is part of the Awesome Cycle.js list.