Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 774 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 774 Bytes

Contribution-Graph

Contribution Graph

Project Overview

This application aims to recreate GitHub's Contribution Graph. I used this graph to monitor my daily habits.

Technologies used in this project

This project makes use of

  • Python
  • Flask
  • Google Drive API
  • Google Sheets API
  • gspread
  • oauth2
  • Jinja2
  • gunicorn (to run the server on heroku)

You can find my final output here.

You can read this article which is a step by step guide on how I built this application.