
Code
Web projects and experiments I've built. Each one links to its source code and a live demo.


The Open Shelf
A book search app built with vanilla TypeScript. It uses the Open Library API to search millions of books by title, author, or genre, with genre browsing, cover art, and a clean card layout. Renders results safely with createElement to avoid injection risks.
- TypeScript
- HTML
- CSS
- Open Library API