Skip to content
#

learning-by-doing

Here are 4,288 public repositories matching this topic...

Xtremilicious
Xtremilicious commented Mar 14, 2020

As this project is community-driven, feel free to open an issue (or even better, send a Pull Request) for expanding this list. Contributions are very much welcome.

Pull Request Process:

alexmojaki
alexmojaki commented Dec 30, 2021

If you call input("Reasonable length prompt: ") then the shell scrolls to the right, hiding the content on the left. The reason for this is a bit of CSS width: calc(100% - 2.5em) on a div wrapping the <input> tag where the user types into the shell. But removing that leaves the input element short so that if you enter a long line of code it doesn't show the full thing. I don't know what a go

50-projects-for-react-and-the-static-web

Improve this page

Add a description, image, and links to the learning-by-doing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the learning-by-doing topic, visit your repo's landing page and select "manage topics."

Learn more