diff --git a/README.md b/README.md index 25ab595..5fbc9c3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Kana Quiz 2 -Kana Quiz remade with React.js. +Kana Quiz made with React.js. See live at http://simplemedia.org/kana/ -`npm install` +Install deps: `npm install` Development: `npm start` diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 192de17..67da8ab 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1918,9 +1918,8 @@ }, "lodash": { "version": "4.17.4", - "from": "lodash@>=4.2.0 <5.0.0", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", - "dev": true + "from": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz" }, "lodash.camelcase": { "version": "4.3.0", diff --git a/src/components/App/App.jsx b/src/components/App/App.jsx index 2b70ea9..46c5601 100644 --- a/src/components/App/App.jsx +++ b/src/components/App/App.jsx @@ -41,7 +41,7 @@ class App extends Component { /> - + {this.state.gameState=='chooseCharacters'?:null} ) } diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx index 5c29078..25ce71c 100644 --- a/src/components/Footer/Footer.jsx +++ b/src/components/Footer/Footer.jsx @@ -6,7 +6,18 @@ class Footer extends Component { return (
Kana refers to the two syllabic writing systems used in Japanese: Hiragana and Katakana.
+There is no "the right way" to use Kana Quiz. + If you are a beginner, you might want to start by choosing the first two groups (a -> ko) of hiragana. Once you manage to pass the last stage, add in one or two more groups. Aim for the perfection - you want to be answering quickly.
+Have fun!
+ +* Bugfix: Fixed unintended behavior when same group was selected from both hiragana & katakana. Thanks for the bug report!
+Coders needed! This app is open source, but I'm currently the only one working on it. If you'd like to practice your React.js skills, + feel free to check the issues and fork it on GitHub!
+ +Here we are finally with a new version of Kana Quiz. This app doesn't require flash anymore, and should work great with mobile phones and tablets. @@ -15,12 +26,6 @@ class Footer extends Component { this form! {' '} If you for some reason want to use the old version, it's still available here.
- -Kana refers to the two syllabic writing systems used in Japanese: Hiragana and Katakana.
-There is no "the right way" to use Kana Quiz. - If you are a beginner, you might want to start by choosing the first two groups (a -> ko) of hiragana. Once you manage to pass the last stage, add in one or two more groups. Aim for the perfection - you want to be answering quickly. To learn the characters in the beginning just enter false answers and it'll tell you what the correct answer was.
-Have fun!