Here are some more of the things I've worked on. React Blackjack and the DS Capstone were school projects. The rest are functional projects created to solve real problems that I had.
Utilises puppeteer to scrape the NYU public course search via a headless browser for the desired class and check its status. Manipulates user agent randomly to avoid detection. Sends an alert via telegram when the class status changes.
A blackjack app built with react. Supports user authentication. Your balance and game history are preserved. Implemented in react, node.js, passport, mongoDB.