Qazzian / reward-chart

Reward chart for recording kids good behaviour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reward chart

Simple app for recording good and bad behaviour for your children.

Install

Make a local clone of this repository and install dependencies.

git clone https://github.com/Qazzian/reward-chart.git
cd reward-chart
npm install

Starting the app

This will run a development version of the serer. From inside the reward-chart directory:

npm start

Unit tests

Unit tests are managed by jest.

Either run npm test or jest

Production builds

To create a production ready distribution

npm run build

Compressed files can be found in the dist directory.

License

MIT, but I reserve the right to change it in future.

About

Reward chart for recording kids good behaviour


Languages

Language:JavaScript 87.6%Language:CSS 7.4%Language:HTML 4.9%