hard
+25 XP
GIT
Commit Message Best Practices
Write proper commit messages following conventions. Tasks: 1. Initialize a git repo 2. Create `index.html` and commit with message "feat: add HTML structure" 3. Create `styles.css` and commit with message "style: add base styles" 4. Create `app.js` and commit with message "feat: add main application logic"