EasyChart: A Web App to
make graphing easier

Date: August 2025

    Background:
  • EasyChart is a web app for quick data visualization.
    Users upload data, and the platform auto-generates
    editable, exportable graphs.
  • Built with Node.js (backend), React (frontend),
    DeepSeek R1T2 Chimera (API), and Chart.js (API).
    Features:
  • Auto-extracts data from given files
  • Provides an editable table for the extracted info
  • Recommends suited graph types for the data
  • Summarizes key trends in the info
  • Allows modification of graph visuals
  • Supports exporting in multiple formats

Python YouTube Audio Discord Bot

Date: Feb 2025

    Background:
  • YouTube rate limited Discord bots from streaming audio,
    causing many popular music bots to shut down.
  • As a fun challenge, I attempted to create a private music bot.
    Features:
  • Responds to "@zlbot" or "!!!" commands
  • Simple Commands include: join, leave, play, skip, and help
  • Streams YouTube audio when given a YouTube link
  • Implements a song queue system for continuous playback

Python User Information Storage
Program

Date: May - June 2024

    Background:
  • With a family business that uses a customer information
    storage software, I wanted to make one myself.
    Features:
  • Tkinter-based GUI with the primary features of storing,
    retrieving, searching, editing user information
  • The data are organized by date in structured files for access