Skip to content

KaraHowes/project-github-tracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Tracker

The aim of this project was to build a GitHUb tracker of my projects submitted thus far to Technigop, using fetch and API technologies from the GitHub database

The problem

I approached the problem in 2 main steps: first extracting data from a -filtered-API fetch of all of my forked projects from Technigo. I was then able to hard-code a card to present this data. I secondly then performed another fetch to extract the pull-requests from the Technigo repositories, to FIND all of my commit message for each submitted project. I then used dynamic-ids to input this data into my pre-coded index-card. Using Chart.js, I compiled a doughnut chart to illustrate the percentage of projects completed thus far. I have fulfilled all blue requirements, if I had more time I would like to show the last commit message and maybe a few comments.

View it live

https://kara-howes-tracker.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 56.1%
  • CSS 29.6%
  • HTML 14.3%