Connect 4 in JavaScript https://jasondinh345.github.io/Connect-4/ This a connect 4 game for local play only. Players 1 is always blue and Player 2 is always red, where Player 1 goes first. Learned Basic JavaScript, HTML, and CSS Manipulating HTML and CSS elements in JS Using the .addEventListener function Utilizing a grid in CSS Additional Things I Could Add/Improve Incorporating a win track for each player Tracker for whose turn it its Somehow connecting this to a server to allow online play Adding animation and sound when the colored chip is placed down Known Issues Elements not adjusting to a minimized window