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"
You're exploring as a guest. Create a free account to save progress and submit solutions.
Git ChallengeUse git commands to complete this challenge