Skip to content

fabiothiroki/cyclejs-starwars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published