Open Issues Need Help
View All on GitHub Backend Connectivity for ChallengesPage.jsx 2 months ago
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