A demonstration of writing Magento 2 (v 2.2.1) custom module
The module will add a new reward system, every products will have a point. A customer will earn points when ordering items and receive discount based on their current collected point.
Clone the repo to app/code/Magento
Run php bin/magento setup:upgrade
and php bin/magento pointreward:init