Skip to content

Commit c5bcbed

Browse files
authored
Update README.md
1 parent f6bb477 commit c5bcbed

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
11
# GitHub Tracker
22

3-
Replace this readme with your own information about your project.
3+
Goal wa to create a place to keep track of the GitHub repos done during Technigo Boot Camp.
44

5-
Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.
5+
Your page should include:
6+
7+
- A list of all repos that are forked from Technigo
8+
- Your username and profile picture
9+
- Most recent update (push) for each repo
10+
- Name of your default branch for each repo
11+
- URL to the actual GitHub repo
12+
- Number of commits for each repo
13+
- It should be responsive (mobile first)
14+
- A visualisation, for example through a pie chart, of how many projects you've done so far, compared to how many you will do (in total it will be 19 weekly projects 🥳) using [Chart.js](https://www.chartjs.org/).
615

716
## The problem
817

9-
Describe how you approached to problem, and what tools and techniques you used to solve it. How did you plan? What technologies did you use? If you had more time, what would be next?
18+
I started the project by fetching all my repos and and filtered only the ones that are forked from Technigo. After that I fetched each repo and filtered them with my own username. Fetching again with right URL:s I got also more information about used languages, review comments and my own commits. I also used github token to get unlimited amount of fetches. This was also my first time using chart.js to create simple doughnut chart.
19+
1020

1121
## View it live
1222

0 commit comments

Comments
 (0)