OpenLake / OpenLake/OpenLake--Website
Refactor: Replace Static GitHub Stats with Dynamic Data
Open
@aviralsaxena16 is already working on this.
Since May 22, 2025.
DevLabs
enhancement
help wanted
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 16
- Avg merge
- 8h 54m
- Merged PRs (30d)
- 7
Description
Issue
Currently, the GitHub statistics displayed are hardcoded and do not reflect real-time data.
We need to replace these static values with dynamic stats by creating a reusable hook.
Task
- Create a custom hook useStats to fetch and return live GitHub stats.
- Replace the existing static values with data from the hook.
- Ensure fallback values or error handling is in place if the API fails.
Reference
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.