Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devsubid/javascript
Basic Programs using JS
https://github.com/devsubid/javascript
basic-programming javascript js learning open-source
Last synced: 30 days ago
JSON representation
Basic Programs using JS
- Host: GitHub
- URL: https://github.com/devsubid/javascript
- Owner: devsubid
- License: apache-2.0
- Created: 2022-06-05T08:38:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T09:33:42.000Z (almost 2 years ago)
- Last Synced: 2024-12-22T11:44:08.454Z (about 1 month ago)
- Topics: basic-programming, javascript, js, learning, open-source
- Language: HTML
- Homepage: https://itsme-subid.github.io/JavaScript/
- Size: 801 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# JavaScript Basic Programs
The agenda of this repository is to help others and myself too.
I personally found it very useful for many times, generally I code a program but forget it very frequently, so this repository help by easy accessibility to my code and also easy to go through the programs.## Complete Projects
- [Blog-2022](https://itsme-subid.github.io/Blog-2022/)
- [Love Calculator](https://itsme-subid.github.io/Love-Calculator/)
- [Password Generator](https://itsme-subid.github.io/Password-Generator/)
- [Basic Calculator](https://itsme-subid.github.io/JavaScript/Basic%20Calculator/)
- [Watermark](https://itsme-subid.github.io/JavaScript/Watermark/)## Installation
Doesn't need anything to install to run JavaScript Programs, just need browser(any) to run it .
## Clone the project
Go to Project Directory and open `Command Prompt`
```bash
cd C:\Users\{User Name}\Documents\{Project Directory}
```
```bash
git clone [email protected]:itsme-Subid/JavaScript.git
```## Run Program
Create Repls with `node js` from [Replit](https://replit.com/) and run the `JS file` by pressing Ctrl + Enter
Or,
Embed the `JS file` to `HTML file` and run the `HTML file` by
```bash
./index.html
```
Or,
Open any browser and press F12, go to `Console`, paste the desired code and press Enter