Author: Teuku Vaickal Rizki Irdian
Start: 10/08/2025, 13:02
Completion: 10/08/2025, 15:12
A mini static web project created for learning purposes through MySkill.
This project includes:
- An
index.htmllanding page - Custom styling with
style.css - Interactive logic via
script.js
- HTML — for page structure
- CSS — for styling
- JavaScript — for interactivity
/
├── index.html
├── style.css
├── script.js
└── favicon.ico
- Clone the repository.
- Open
index.htmlin your browser. - (Optional) Deploy via GitHub Pages or other static hosting services for live preview.
- Reinforced fundamentals of web development (HTML, CSS, JavaScript)
- Practical experience building from scratch a minimal yet functional static site
- GitHub Pages: Select
mainbranch as publishing source (root folder) - Alternatives: Deploy using Netlify or Vercel for automated CI/CD
Created as a learning mini-project inspired by MySkill.