dannyseo517 / fibonacci-calculator

Demo here:

Home Page:https://kaniseo.github.io/fibonacci-calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

https://kaniseo.github.io/fibonacci-calculator/


Languages

Language:HTML 84.6%Language:TypeScript 7.5%Language:JavaScript 4.4%Language:CSS 3.5%