The issue requests adding a fun fact displaying the average file length. Investigate the existing codebase to understand how similar statistics are computed and shown, perhaps by looking at other 'Fun Fact' implementations. The calculation likely involves iterating over repository files and computing the mean lines per file. Consider where to place this fact in the UI (e.g., profile page). No existing comments or PRs provide direction.
(Fun Fact) My average file is 200 lines long · sourcerer-io/sourcerer-app#99 | Good First Issue