From db49a349eaa9514069cb0163c0f8b96aaf3b61a2 Mon Sep 17 00:00:00 2001 From: Caston Hilcher Date: Thu, 17 Oct 2019 20:45:03 -0500 Subject: [PATCH] add: documentation --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba7ec1f..3f3b428 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -# beginner-javascript-code-base -Javascript code base for beginners +# Beginner JavaScript Codebase +## What is it? +A collection of open-source javascript projects built and maintained by the developer community. + +## List of Projects +*** +### [Convert String to Binary](https://github.com/gouravthakur39/beginner-javascript-code-base/tree/master/ConvertStringToBinary) + +### [Dice Roll Game](https://github.com/gouravthakur39/beginner-javascript-code-base/tree/master/Dice-Roll-Game) + +### [JS Algorithms](https://github.com/gouravthakur39/beginner-javascript-code-base/tree/master/JSAlgorithms) + +## List of Pages + +### [BoxAnimation](https://github.com/gouravthakur39/beginner-javascript-code-base/blob/master/BoxAnimation.html) +### [Concatenation](https://github.com/gouravthakur39/beginner-javascript-code-base/blob/master/Concatenation.html) +### [JSForms](https://github.com/gouravthakur39/beginner-javascript-code-base/blob/master/JSForms.html) +### [Number Guessing Game](https://github.com/gouravthakur39/beginner-javascript-code-base/blob/master/Number%20guessing%20game.html) +### [Pop Up Message](https://github.com/gouravthakur39/beginner-javascript-code-base/blob/master/PoPUpmessage.html) +### [Prompt and Update Text](https://github.com/gouravthakur39/beginner-javascript-code-base/blob/master/Prompt%20and%20update%20text%20content.html) +### [Alert Box](https://github.com/gouravthakur39/beginner-javascript-code-base/blob/master/alert_box.html)