You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+34
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,47 @@ Furthermore, even for the contributors, discovering interesting and contributabl
7
7
GitLit is a web app that rates repositories and contributors through a logical algorithm which takes into consideration not only a few standard metrics like Stars, Forks, and PRs, but also accounting for factors like Activity in the Community (eg: Issue Resolution, Feature Addition), backgrounds of the contributors etc.
8
8
9
9
# Target Customers
10
+
GitLit has two primary use-cases, one for the developers to discover interesting projects and the other is for
11
+
people in the industry to find talented and enthusiatic developers.
12
+
13
+
**Project Discovery**
14
+
15
+
***Students & Beginners:** GitLit can be used by students and beginners to get started into the world of Open Source.
16
+
It helps them to break-the-ice, and kick-start their FOSS journey without essentially going into deeper level they can.
17
+
18
+
***Developers** GitLit can also be used by amateur as well as professional developers to discover innovate, interesting
19
+
and relevant projects to contribute to, based on their skill level.
20
+
21
+
**Developer Discovery**
22
+
23
+
***Developer Advocates:** GitLit can be used by developer advocates to identify enthusiastic and talented
24
+
contributors, who are interested in their organization, and connect with them. It can be also used by them to analyse
25
+
their projects, and monitor community members.
26
+
27
+
***College Clubs:** College based computer clubs like amFOSS, can use GitLit to identify enthusiastic and talented
28
+
students out of a large pool, effectively monitor them and check their progress.
29
+
30
+
***Corporate Recruiters:** Corporate companies can discover developers, with the required talent and passion using
31
+
credible metrics of GitLit
10
32
11
33
# How it Works?
12
34
13
35
## Algorithms
14
36
15
37
# Tech Stack
16
38
39
+
***Language:** Python 3.6
40
+
***Framework (full-stack):** Django
41
+
***API:** GraphQL (Github API 4), Rest API (Github API 3)
0 commit comments