A small school project / JavaScript practice: a simple "ecommerce" style UI with basic pages for login and registration.
- Static HTML/CSS layout + vanilla JavaScript practice
- Focus: DOM basics, simple form flows (login/register), and page structure
- HTML
- CSS
- JavaScript (vanilla)
Option A (quickest):
- Download / clone the repo
- Open
index.htmlin your browser
Option B (recommended): Run a local server (prevents some browser restrictions):
- VS Code: install Live Server and click "Go Live"
- Or use any simple local server you prefer
This is an early learning project and is kept public as a snapshot of my progress.
Educational / personal use.