Hi guys, please i'm trying to upload my front-end project on freecodecamp using github but its keeps showing "show live App url" what do i do?

hi guys, please i’m trying to upload my front-end project on freecodecamp using github but its keeps showing “show live App url” what do i do?

Hi @beorel !

Welcome to the forum!

Where are you hosting your project?
GitHub pages?
Netlify?
Something else?

Just to be clear, we’re talking about two different things - having somewhere where someone can see your code, and having somewhere where they can see a live, running version of the app. Things like codepen do both.

If you put your code on github, that takes care of the first one. But you also need to “host” the app somewhere so someone can see a live version of the app. That is what Jessica is asking about. As she mentioned, there is something like GitHub pages, where you can host a project - I would recommend doing them in folders since there will be others. There are also places like Netlify. Since this is a static page, places like AWS S3 would work too - there are plenty of free options.

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