This app helps young guitarists to learn harmonics!
This repository has some versions of same application. The most functionality now is in the React version.
- The first version created with using only vanilla js and framework nw.js for creating cross-platform applications, the graphic part is made with html blocks and flexbox approach in styling
- The second one has the graphic part powered by d3.js - awesome library to work with svg, the logics is again on vanilla js
- The third version is based on the Vue.js framework with state management via Vuex
- Version on the React framework with Redux
Pavel Belyakov (Paul White)