The Practise Factory
Add image as heading
Grab, produce and embed ready-made exercises of all types for students to practise on! For a demo on the components, see our examples pages.
Install
npm install --save practise-factory
Usage
import React, { Component } from 'react'
import MyComponent from 'practise-factory'
import 'practise-factory/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
Development & contribution
Library structure
What folders do what.. Which CSS file does what..
Testing
.. How to run tests, what to cover in tests
License
BSD 3-Clause License © MarkKragerup