projects

by raymond wang
some of my coolest projects
programming

very cool dark mode

a browser extension that adds toggleable a dark mode theme to google classroom, zoom, and studentvue.

programming

very cool uno

a simple and free to play uno website featuring custom cards created by chiyeon. hosted on heroku, the web app uses express, socket.io, react, and mongodb.

programming

watch together

a chrome extension that allows users to watch videos together in (near) real-time. uses socket.io and native javascript, works on any site with a <video> element.

programming

online publishing platform

registered users can write articles with formatting and images, save drafts, like other's articles, and customize their profile.

programming

real time chat

registered users can chat in a global channel and communicate with a server side "bot". includes simple commands including !lol, which will fetch league stats for a player.

programming

studentvue mailer

an automation project that runs locally on user's computer, will check studentvue for new emails every set interval and forward new mail to personal inboxes.

music

home studio

a 5-track ep featuring instrumental music that i composed over the summer. distributed onto platforms including amazon music, apple music, and spotify.

programming

math parser

a math parser that can solve nested parenthesis, multi-dimensional derivatives, and trigonometry. uses cache system to help some problems solve faster.