Flux React Hogwarts TDD Kata

“You are here to learn the subtle science and exact art of code-crafting. As there is little foolish wand-waving here, many of you will hardly believe this is magic." --Professor Snape

Introduction

Hogwarts has embraced Muggle Technology!

Professor Arthur Weasley has just discovered the magic-powered computer, Hex, and it works at Hogwarts.


Young Wizard, you will be creating Hogwart's online student registration. Professor Neville Longbottom will guide you.

Because you are a highly disciplined Wizard, you will be writing your code test first.

Setup

You have git installed.

git clone https://github.com/zhon/flux-react-hogwarts-tdd-kata.git

cd flux-react-hogwarts-tdd-kata

Running

You have node installed.

npm install

will install your dependencies.

npm start

will build and rebuild your project on any changes.