A clean, dependency-free todo app with localStorage persistence, dark mode, and keyboard shortcuts. Great starting point for a personal task manager.
A polished tic-tac-toe game with an unbeatable minimax AI opponent. Score tracker, smooth animations, and a clean indigo theme. Try to beat the AI — you can only draw!
A single-page storefront with a product grid, shopping cart drawer, and checkout summary. State is managed in vanilla JS with a small pub/sub store. Add products to cart and watch
A tiny client-side tool that converts Markdown into syntax-highlighted HTML in real time. Paste Markdown on the left, get clean HTML on the right, and copy with one click. No build
A modern, responsive landing page for a SaaS product with a hero section, feature grid, pricing table, and email capture form. Built with semantic HTML and clean CSS.
A responsive admin dashboard with a sidebar, KPI cards, a line chart (pure SVG), and a recent-activity table. No external chart libraries — everything is hand-rolled.