You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can implement a "CohortRegistrationForm" component
that allows users to register participants for a cohort. This component will push the
participant data to our local JSON file, eliminating the need for manual input.
Next, we can add a new API endpoint to serve the cohort data for the challenges. This will allow us to access the participant data from our JSON file and render a list of participants with the required or suggested output.
data/
The text was updated successfully, but these errors were encountered: