mitxpro-dev / learnjs

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

Issue-15/Feat/Dynamic routes for single challenges #16

Closed codeTrackLift closed 1 year ago

codeTrackLift commented 1 year ago
# Description Issue: #15 - [x] Add dynamic routes for single challenges - Adding the following dynamic route `/challenges/[challenge]` for a single challenge - `[challenge]` will be accessible in the app as `params.challenge` - We can use this to determine which single challenge to render # Screenshots
Click here for screenshots Screenshot 2023-07-01 at 10 29 07 AM
# Notes [Next.js docs on dynamic routes](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes)