Implementation of the concept of gamifying GitHub projects.
Built using Vue.js and Bootstrap-Vue
- Grow your own garden with GitHub collaborators! (data won't persist right now)
- Collect various plants by making pull requests (currently only 3 kinds of plants)
- Synchronized pull requests from your GitHub repository (currently connected with mock-up GitHub which is included in the app)
The main component is App.vue
Several components like the tiled canvas and the mock-up GitHub modal included in components/
https://mandoolala.github.io/Projectia/
Video URL: https://youtu.be/Sd0XsxDFacs
npm install
npm run serve
npm run build
npm run test
npm run lint