A Toy project that analyzes the Git Repository's log by period and graphs its contribution.
- By analyzing the log of the Git Repository, commit history and work performance can be extracted individually and by period.
- Managers need to evaluate employees periodically. It can be used as one of the objective evaluation data.
- It can be used as a basis for work evaluation, performance compensation, and eviction of villains.
- Vue 3: A framework that enables dynamic CSR by utilizing the Vue3 Composition API and is optimized for SPA implementation.
- Simple Git: A light weight interface for running git commands in any node.js application
- Tailwind CSS: Utility-first CSS framework for rapidly building modern websites without ever leaving your HTML.
- Vue Chart.js: Easy and beautiful charts with Chart.js and Vue.js.
- Vue Numberic: Input field component to display a formatted currency value based on Vue.
- Vite: A very fast JavaScript build tool that is more advanced than npm.
[run]
vite or npm run dev
[build]
vite build
[preview]
vite preview
- It analyzes git Log by period and individual.
- Chart schematization gives you a percentage of contributions at a glance.
- It can be used as evaluation data for performance and compensation.
- People who work hard and suffer honestly can take care of them a little more.
- Screen Shot Preview
[Notice]
It is not a completed preview because it is currently being implemented.
Currently, only vue chart.js demos are available.