mitxpro-dev / learnjs

Learn JS
https://mitxpro-dev.github.io/learnjs/
MIT License
1 stars 2 forks source link

Create list of challenges #32

Open HudsonGraeme opened 1 year ago

HudsonGraeme commented 1 year ago

On the /challenges/ route, we want to display a list of challenges and allow users to click into those challenges. The following challenge properties should be visible on this page (loaded from the backend).

Pagination is out-of-scope for this task, but if you want to take it on, then go for it!

HudsonGraeme commented 1 year ago

This PR handles this issue as well! https://github.com/mitxpro-dev/learnjs/pull/46