8000 GitHub - yidongliu/fibonacci-calculator: Demo here:
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yidongliu/fibonacci-calculator

 
 

Repository files navigation

Fibonacci Sequence Calculator

Getting Started

You can view the live demo here https://kaniseo.github.io/fibonacci-calculator/

Installing

Tested on node version 10.11.0

// install node dependencies
npm i

// start webpack dev server
npm start

// if you want to build then run the following command and open index.html inside the docs/ folder
npm run build

// to run tests
npm test

// to see the test coverage - this will show the code coverage in a table
npm run test-cov

Stack used

  • ReactJs
  • Typescript
  • Redux
  • Webpack
  • Jest+Enzyme for unit testing

About

Demo here:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.6%
  • TypeScript 7.5%
  • JavaScript 4.4%
  • CSS 3.5%
0