Can Project Challenges Be Submitted Using Gitlab?

I am just wondering if these project based challenges (the ones where you submit a link to complete the challenge) can be submitted in the form of a git repository stored on gitlab. In other words, can I submit something like: https://gitlab.com/bithouz/fOJPe4Z/coursework/fcc-project-based-challenges.git and somehow specify a release in that repository that is the release for that particular challenge? How would that work? Would someone clone the repo and test the specified release? Or does the code have to be submitted using only certain platforms (codepen or something)?

Challenge: Build a Tribute Page

Link to the challenge:

you should submit a live app with all tests passing

codepen is the suggested tool because it gives a live app as default - but you can host your project anywhere

2 Likes

That makes sense. Thanks

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.