Skip to content

add: documentation #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)