Byte-Sized-Code icon indicating copy to clipboard operation
Byte-Sized-Code copied to clipboard

Add More Projects

Open arpit-omprakash opened this issue 5 years ago • 0 comments
trafficstars

Add beginner-friendly projects explaining the project and code via Jupyter Notebooks to the Project directory.
Here is a sample project to get you started on how a project should be structured.

Create an issue before working on a given project.
Here is a checklist template that you can add to your pull requests to notify what all is included in the project (helps in the review process).

  • [ ] Overview of the Project
  • [ ] Theory (if it is a game, then how is it played; if it is some cipher, how does it work; and so on)
  • [ ] Step-by-Step instructions along with well-commented code
  • [ ] Tips to improve the code
  • [ ] What to do next - suggest similar projects, link to a better-implemented code for the project
  • [ ] References - any material that you used to write the project, or which may be helpful in understanding more about the project

arpit-omprakash avatar Oct 03 '20 19:10 arpit-omprakash