The Yearly Commit Calendar is a simple visualization tool that displays a year's worth of commit activity in a calendar format. Each day is represented by a square, and the color intensity of the square reflects the level of activity for that day.
- Displays a yearly calendar with daily commit activity.
- Uses color gradients to represent different levels of commit activity:
- No commits: Light gray (
#ebedf0
) - Low activity: Light green (
#c6e48b
) - Medium activity: Green (
#7bc96f
) - High activity: Dark green (
#239a3b
) - Very high activity: Darkest green (
#196127
)
- No commits: Light gray (
- Includes a legend to explain the color coding.
- Generates random commit data for demonstration purposes.
To use this project locally, follow these steps:
-
Clone the Repository:
git clone https://github.com/Marfullsen/commit_calendar_graph.git yearly-commit-calendar cd yearly-commit-calendar
-
Run with any Server
Five Server running at: > Network: http://192.168.1.1:5500 > Local: http://localhost:5500
Contributions are welcome! If you'd like to improve this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request with a detailed description of your changes.
Inspired by GitHub's contribution graph. Built with simplicity and ease of customization in mind.