AuraGithub banner

AuraGithub

3 devlogs
10h 48m 35s

GitHub Aura Analyzer is a tool that transforms your coding statistics from github into Pokemon style cards
It analyzes your impact and consistency and complexity

This project uses AI

Used AI for frontend Changes

Demo Repository

Loading README...

saisadwiikkatam

Shipped this project!

I built the Github Aura Analyzer, it is a tool that transforms your coding statistics from GitHub into Pokemon style cards It analyzes your impact, consistency, and complexity. The challenging part is the frontend Card part and It’s a really fun project you can search your friends username and check his card too :)

saisadwiikkatam

Finally Completed the project..
Enter any username you want
It will get you a card
There are 4 types of card
BRONZE
SILVER
GOLD
PLATINUM
You can download the card also : )
And in the end you will get to see your RadarChart
Analyzed from consistency, timings of your push, consistency, complexity

Attachment
0
saisadwiikkatam

Yupp!! Completed a bit a frontend
It outputs a graph like thing which says about

  1. Impact : The weight of users work in community calculated from the total no.of stars
  2. Consistency: How frequently one pushes code
  3. Complexity: Using many different languages under one repo, it says about breadth of developer’s skill
  4. Night Owl: It says about percentage of commits between 10PM TO 5AM
    And we also show the TITLE and primary language used at the top
Attachment
Attachment
0
saisadwiikkatam

Initialized the express server
Hit the two main end points

  1. To get language stats and counts
  2. Get the when and how they code like git commits etc.
    Assigned the titles like Bug Hunter and Code nomad for now
    Since it’s only backend no particular output
Attachment
Attachment
0