/cyclejs-starwars

A Star Wars character search app using Cycle.js, RxJS and Virtual DOM tests

Primary LanguageCSSMIT LicenseMIT

Star Wars Character Search

codebeat badge License

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.

test

Install and Run

  1. Install all dependencies using npm install
  2. Run a development server using npm start
  3. Access localhost:8000 in your browser

Test

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:

  1. Install all dependencies using npm install
  2. npm test

Links

This repository is part of the Awesome Cycle.js list.