_MrNT03
December 1, 2024, 12:35pm
1
Tell us what’s happening:
I dont know how to submit the solution I did the project on vscode and pushed to my repository. I have the GitHub file but I dont know how to submit because it needs a live app. My folder with all the tests passing however is freeCodeCamp-Projects/Front End Development Libraries (Project 1) at main · NatnaelT03/freeCodeCamp-Projects · GitHub
###Your project link(s)
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15
Challenge Information:
Front End Development Libraries Projects - Build a Random Quote Machine
Hi there!
You need to build that project on given link in the instructions. That is a Codepen website link, not a GitHub repository.
But the codePen only allows you to write the basic html css and javaScript if I’m not mistaken. or is there anyway to use jsx and others
Yes, the free version is only have html, css and JavaScript file. But for the challenge project, the curriculum provided you a link of codepen, that have set up Js Bebal compiler for JSX support.
Got it. Thanks! But is there like any other way for anyone who has done it through a code editor to submit without having to restructure the code
_MrNT03:
there like any other way
Sorry, I didn’t know about that.
Have you deployed your that repository on gethub page?
yes the link on my question at the beginning is my repository
So after deployed your repository, you didn’t got a link to your app?
Like:
username.github.io/repo-name
_MrNT03
December 1, 2024, 3:15pm
10
Sorry let me check that. Thanks
1 Like
ILM
December 2, 2024, 10:23am
11
From the FAQ :
Do I have to use CodePen for the front end projects?
As long as your code is publicly viewable, and you have a live demo, you can use whatever you want.
You can use GitHub pages or surge.sh as alternatives to CodePen.