Browser game with ReactJS: Name all HTML5 elements
Both an entertaining browser game for web developers and a "first steps" ReactJS application. This project was created for a tutorial in c't Magazin 2/16 (in German).
You can play the game on my website. My best by now is 107/108 ... You get extra points for naming new elements not yet in the W3C HTML5 recommendation, and minus points for outdated elements.
As there was a breaking change in React 0.15, this code won't work with it (the app uses React.render()
which is now ReactDOM.render()
).