1 Open Issue Need Help Last updated: Jun 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the `ChallengesPage.jsx` component to fetch challenge data dynamically from the backend API endpoint exposed by `ChallengeController.java`. This involves creating API calls using Axios, handling the response data, and rendering dynamic React components based on the received challenge information. The existing static challenge data should be replaced with the dynamically fetched data.

Complexity: 3/5
good first issue