0.7.3 • Published 8 years ago
boolean-html-js-exercises v0.7.3
Boolean HTML JS Exercises
A interactive CLI for resolve programming exercises that includes a browser and DOM manipulation.
Contribute with exercises
- Fork this repository, clone and
cdin your directory git checkout devnpm installnpm run dev- Create new Exercises, statements and html markup for the exercises
- Once time that you have the exercise ready, please provide a solution in another
branch that it is called
exercises-solutionsand provide a empty snippet on the folder./exerciseson the branchdev - Finally create 2 Pull request to the
/gpincheiraa/boolean-html-js-exercisesrepository: One with all the markup and empty snippet from branchdevtodev, and another from branchexercises-solutions.