>Simon Zhang

>Projects

Github

Here you can see all the github repositories I contribute to.

CTF Webserver

Created a webserver using Flask to handling transactions as API requests as part of a CTF exercise. Adapted webserver to serve webpages on login as part of second CTF exercise.

USC Math Club

Developed club website for USC Math Club. Made with Gatsby and React.

Pikapulls

Monte Carlo simulation for McDonald's Pokemon 25th Anniversary event card pack openings. Determined that the average number of packs opened to collect all 25 unique holos is 95. Made with HTML, CSS, and PlotlyJS. Submitted to HackSC

ClassChat

A chatroom that sought to replicate all the benefits of the Zoom chatroom for in person classes. Made with Angular, Firebase, and hosted on Google Cloud Platform. Submitted to HackDavis

Hack River Dell

I was a head organizer and the webmaster of Hack River Dell, a 24-hour coding event at River Dell High School.

BTPhysics (now defunct)

BTPhysics is a site and Youtube channel that is centered around Bergen Tech's physics curriculum. I used Jekyll to make a static site hosting videos that go step by step in solving physics problems. However, BT has since claimed those videos.

BTChemistry (now defunct)

BTChemistry is a site and Youtube channel that is centered around Bergen Tech's chemistry curriculum. I used Jekyll to make a static site hosting videos that go step by step in solving chemistry problems. However, BT has since claimed those videos. You can still see what the site used to look like.

Heron's Formula

A simple program in JavaScript that is a calculator for Heron's Formula. It was created for the Create Performance Task for AP Computer Science Principles.