add lazy loading on the all challenges page
Open
frontend
GSOC-2025
- Dominant language
- Python
- Stars
- 2k
- Forks
- 984
- Avg merge
- 2h 54m
- Merged PRs (30d)
- 14
Description
Currently, it takes a couple of seconds to load all the challenges pages, which decreases the site's performance.
Use Angular's lazy loading technique to load only the content which is displayed and as the user scrolls load the rest of the content
Contributor guide
Assessment
This issue has not been assessed yet.