Portfolio

My Projects

Work I have built so far, from small operational automation to full web applications.

Automated Finance Tracker

Automated Finance Tracker

A personal finance tracker that records everything on its own. Each transaction notification on my phone is forwarded to a webhook and written straight into Google Sheets. There is a web dashboard for manual edits, plus a Telegram bot that sends a daily recap at 23.58 and pings me every time my spending crosses another 50 thousand rupiah.

Tech stack

  • Node.js
  • Webhooks
  • Google Sheets API
  • Telegram Bot API
Web Streaming Music Player

Web Streaming Music Player

A streaming music player on the web that pulls its catalog from the YouTube Music API, wrapped in an interface that feels close to Spotify. It can download tracks and show lyrics that follow the song in real time.

Tech stack

  • Next.js
  • Tailwind CSS
  • YouTube Music API