A small static web project for practicing Git and GitHub workflows.
Focus Board is a dependency-free task board built with plain HTML, CSS, and JavaScript. It is intentionally small so it can be used as a clean test project for cloning, committing, pushing, and reviewing Git history.
index.htmldefines the page structure.styles.csshandles layout, responsive styles, and visual states.app.jsmanages task state, filters, local storage, and rendering.
Open index.html in a browser.
This repository is connected to GitHub over SSH:
git@github.com:zxdsgz1412/learning-for-git.git