reactjs_koans
GitHub describes it as Learn basics of React.js making the tests pass. The repository metadata lists JavaScript as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
arkency/reactjs_koans: React.js Koans
GitHub describes it as Learn basics of React.js making the tests pass. The repository metadata lists JavaScript as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.
Repository scope
GitHub describes it as Learn basics of React.js making the tests pass. The repository metadata lists JavaScript as its primary language. The metadata lists the MIT license. The README describes the project this way: If you want to learn React.js you came to the right place. We prepared a set of practical exercises that will help you learn React.js from square one. The only thing you need to know is JavaScript. Here we are using ECMAScript 2015 standard.
React.js Koans
The README section "React.js Koans" states: The Koans are a set of tasks to complete. Prepared tests checks if they are done correctly.
Installation
The README section "Installation" states: 1. git clone https://github.com/arkency/reactjs koans.git 2. cd reactjs koans 3. npm run setup
Koans structure
The README section "Koans structure" states: Edit the files found in the exercises directory. The koans directory contains the source of all the exercises. test contains the tests. src contains files compiled from exercises . build contains sources launched in the web browser version of Koans.
Editorial conclusion
The repository README is the source for this review. It does not replace a local installation or an independent test.
Community notes