Giter Club home page Giter Club logo

demo-fizzbuzz-nextjs-tdd's Introduction

TDD で Fizz Buzz 問題を解いてみる

要件

入力エリアに数字を入力したら、出力エリアにその数字を表示する。
ただし、3 の倍数のときは fizz と表示して、5 の倍数のときは buzz と表示する。
さらに、3 と 5 の倍数のときは fizzbuzz と表示する。

使用ツール

コマンド

# develop
yarn dev

# build
yarn build

Lint

yarn lint

# auto fix
yarn lint --fix

Test

yarn test

# show verbose
yarn test --verbose

# watch
yarn test --watch

# coverage
yarn test --coverage

demo-fizzbuzz-nextjs-tdd's People

Contributors

syuji-higa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.