Project Details :


  • Project Name : GitHub Resume Generator
  • Technologies : JEE, Spring DATA, JPA, SECURITY, Themleaf , Bootstrap
  • Proj. Duration : 3 Days
  • Description :

this project is implementation of a Spring Boot Application, which generates a github resumé for a given github
● Create a landing page at which the user enters the account name (e.g. “aitelcaidhmad”)
● Implement a “generate button” on the landing page that redirects to a generated resumé page
● The resume page shows the following things:
○ Username and a link to the users website (if any is provided)
○ Amount and list of repositories (name, link and description)
○ Percentages of programming languages for the account (Aggregated by primary language of
the repository in ratio to the size of the repository)
● The project use the github API.