Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 0e7a344

Browse files
Updated README to include repo information
1 parent 4a689c2 commit 0e7a344

8 files changed

Lines changed: 34 additions & 1 deletion

README.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Github Visualization tool
22

33
Built by Yannick Gloster | `18308167`
4+
45
[Live Deployment](https://github-visualization.vercel.app/)
56

67
This project is built in Javascript using the Next.JS Framework. It is being hosted through Vercel.
@@ -56,6 +57,8 @@ The search bar also has a set of presets that someone can use to see example of
5657
Here is a card that gives an overview of a Github User's statistics and performance during the current year.
5758
![User Info Card](/README/user-info-card.png)
5859

60+
> Available ranks are S+ (top 1%), S (top 25%), A++ (top 45%), A+ (top 60%), and B+ (everyone). The values are calculated by using the cumulative distribution function using commits, contributions, issues, stars, pull requests, followers, and owned repositories.
61+
5962
#### Productivity Hours Pie Chart
6063

6164
People tend to be productive at different hours of the day and a good metric of understanding when one is most productive is by looking at when a user is most productive in terms of their Github activity. This data can be used by users to plan their schedules around when they know they will get the most amount of work done.
@@ -78,6 +81,36 @@ Another way to track users is through their interactions with other members on t
7881

7982
![Follower Node Graph](/README/follower-node.gif)
8083

84+
#### List Repos
85+
86+
All of the user's public repos have their own clickable info card.
87+
88+
![User Repos](/README/repos.png)
89+
8190
### Repositories
8291

83-
Not Implemented
92+
Here is a clickable card that gives an overview of a Github Repo's statistics.
93+
94+
![User Info Card](/README/repo-info-card.png)
95+
96+
#### Weekly Contributions over time
97+
98+
This graph shows the number of lines of code added or removed per user per week.
99+
100+
![Contributions over time](README/contributions-over-time.gif)
101+
102+
#### Top 10 Contributors
103+
104+
Shows the clickable info cards for the top 10 contributors in the repository ordered by who has contributed the most amount of lines.
105+
106+
![10 Top Contributors](README/top-10-contributors.png)
107+
108+
### Search
109+
110+
#### Example User Search
111+
112+
![User Search](README/user-search.gif)
113+
114+
#### Search Error
115+
116+
![Error in Search](README/search-error.gif)

README/contributions-over-time.gif

105 KB
Loading

README/follower-node.gif

50.1 KB
Loading

README/repo-info-card.png

4.76 KB
Loading

README/repos.png

35.9 KB
Loading

README/search-error.gif

64.3 KB
Loading

README/top-10-contributors.png

34.1 KB
Loading

README/user-search.gif

3.94 MB
Loading

0 commit comments

Comments
 (0)