How to Access the Website
This project is hosted using GitHub Pages.
🔗 Direct Access
Open the main URL here:
👉 https://ghifarmr.github.io/JavascriptCourse-BroCode/
📂 Accessing a Specific Project Folder
To open a specific project inside this repository:
- Go to the main URL above.
- After the URL, type the folder name of the project you want to open.
- End the URL with /index.html.
✅ Example
If your folder name is Counter-Program, then access it using:
https://ghifarmr.github.io/JavascriptCourse-BroCode/Counter-Program/index.html
https://ghifarmr.github.io/JavascriptCourse-BroCode/<folder-name>/index.html
Replace <folder-name> with the folder you want to open.
✔ Notes
- Any updates pushed to the repository will automatically update on GitHub Pages.
Direct Link
- Counter-Program
- Random-Number
- Age-Verification
- Checked-Property
- Guessing-Game
- Odd-Even
- Temperature-Conversion
- Dice-Roller
- Password-Generator
- Digital-Clock
- Stopwatch-Program
- Calculator-Program
- Touch-Me