Projects

A selection of projects that I'm not too ashamed of

LinkedIn Clone

A clone of LinkedIn. Functionality is limited largely to the Feed right now, with the ability to create or delete postsBuilt with a combination of Next.js with Recoil state management, Tailwind CSS, Nextauth, and MongoDB

Glassdoor Employee Review Scraper

Allows you to scrape all employee reviews for a desired company, and created as a way to practice web scraping.Built using Scrapy in Python.

Flappy Bird with Q-Learning

Built using Pygame in Python with manual Q-learning implementation. Creates an agent that iteratively improves in the game Flappy Bird through reinforcement learning