Skip to content

code-co-op/challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Артемий Кондатьев
Jan 7, 2018
e04cce5 · Jan 7, 2018

History

52 Commits
Oct 13, 2017
Aug 11, 2017
Oct 12, 2017
Aug 24, 2017
Nov 10, 2016
Dec 12, 2016
Jul 6, 2017
Jul 6, 2017

Repository files navigation

Challenges

Collection of challenges from Code Co-Op: Challenge events.

Who can submit a challenge solution?

Anyone! If you see something you like, give it a go.

How do I submit a challenge solution?

  1. Create a new branch
  2. Within the challenge folder, create a folder with your Github username.
  3. Write your solution in any way you prefer! Why not pseodocode? Why not an npm package?
  4. Open a pull request

(links with tutorials on using github coming soon)

Who can create a new challenge?

Anyone! If you have a challenge idea or found one you'd like to share open, go ahead.

How can I create a new challenge?

  1. Create new branch
  2. Create new challenge folder from the project root
  3. Within the new challenge folder, add a README.md with instructions
  4. Open a pull request