If you have feedback on these, you can open an issue (or a pull request) directly on their repo.
If you have more general feedback on these challenges, you can reply directly to this thread.
Once enough people have worked through these and we’ve fixed copy and challenge design issues, we will port these over to Free Code Camp and make them available in our core curriculum as part of our forthcoming curriculum expansion.
Hats off to @bonham000, @no-stack-dub-sack, and everyone who helped brainstormed challenge ideas on theseGitHubissues. And a huge thanks to everyone here who takes the time to work through these and share their feedback
I’ve been working through editing the text and expanding the examples for React. There are over 50 challenges! I’ve made it through the first 9 so far. I should have time to look at it more this evening.
If anything at all doesn’t make sense or the challenge progression seems off, post about it so it can be improved!
Where can we provide specific feedback? Is this thread the best place for it, or is there some other place we can make note of suggestions for improvement, typos etc.?
I have noticed one small issue - on the challenge “Add Comments in JSX” - the instructions read “Add a comment after the h1.” However, that breaks he 4th test (“The div contains an p tag as the second element.”)
Nice nope that’s not supposed to happen. I’m working on fixing it now and should have it updated momentarily. Meanwhile it may pass correctly if you refresh the page and go straight to that challenge and try again. Thanks for catching that!
It’s impossible/hard to navigate with keyboard only. I mean eg. reaching the buttons by TAB.
Because the live preview is above the code sometimes it’s harder to follow what’s going on than if it was next to the preview.
For instance in challenges like React 06 when you introduce the correct solution, the image displays properly and a the screen scrolls on its own. UX issue.
You’re right and although that’s the only challenge that loads a huge image like that as per @jboxman’s comment below I think it’s ok to disregard some UX about this at the moment. May be a good idea to add some styles to that image so it doesn’t load huge though.