Twitter Clone

A full-stack application replicating core Twitter functionality with modern web technologies and AWS services. Github Link https://github.com/Pmcslarrow/TwitterClone Live Demo https://youtu.be/gHFCrAQywpM 🔧 Tech Stack Frontend: React, JavaScript Backend: Python (Lambda functions) Database: SQL (MySQL on AWS RDS) Cloud Infrastructure: AWS Lambda, RDS, API Gateway 💡 Features User authentication with Google API (signup/login) Posting tweets (text/image) Like, retweet, and comment functionality Blocking/unblocking Follower/following system Infinite scrolling Updating profile info 📦 Architecture Serverless backend using AWS Lambda API Gateway for request routing RDS for persistent SQL storage 🧪 Testing & Deployment Unit and integration tests Deployed via CI/CD pipeline (GitHub Actions) This repo is the public version and does not contain the most up-to-date test builds. The private version that passes all the tests was submitted for the assignment ...

Automated NBA Updates

Overview This was a personal passion project of mine. It didn’t take very long to build (only a day), but it is something that was fun to create and was useful to my everyday life. I later stopped the project because I realized that it went against the robots.txt that I found on a site and didn’t mean to go against any regulations. So while it is no longer active, I still had a great time learning more about web scraping and how to automate things through AWS. ...