A gallery of listener/reader solutions to the mile-stone challenges set in the Programming by Stealth blog/podcast series.
You can see the list of challenges we're accepting solutions to on the gallery's front page: gallery.pbs.bartificer.net.
Your code needs to abide by the following conditions before it will be merged:
- All code must be entirely HTML, JavaScript & CSS-based.
- Only submit your own code.
- Any third party libraries should be linked from a CDN rather than included in the submission.
- Your pull request must not contain edits to any files previously existing in the repository — only add your code, don't edit anyone else's!
By submitting you are agreeing to the following:
- All submitted code is licenced under version 3 of the GNU Public License (included in this repository)
You can submit your code via GitHub by:
- Forking the official copy of this repository.
- Adding your solution to a folder named for your GitHub username within the appriate sub-folder in th
docs
folder. - Submitting a pull request.
For a more detailed description of this process, see instalment 119.