Portfolio.
Scissor. Paper. Rock.
Scissor. Paper. Rock. is a full-stack application where users can play the classic hand game - Rock paper scissors straight from their device. You can choose to play by yourself (Single Player) or challenge a friend remotely (Multiplayer). The application is using Sockets.io under the hood allowing users to interact in real-time.
UCLA
This is a collection of some projects I worked on in my classes while attending UCLA. Not all of my work is shown here.
Snap Inc.
This is a collection of some projects I worked on at Snap Inc. as a Snap Engineering Scholar. Not all of my work is shown here.
FWAI
Fun with AI was a quick project built for Shopify to experiment with OpenAI's GPT3 model when it was first introduced. Users can enter a prompt and receive a response from GPT3. This project was created before ChatGPT existed.
BookList
BookList is a full-stack e-commerce web app I created for a potential client - a start-up looking to offer audiobooks soon. The app uses Redux to manage state, Redux-Sagas to handle side-effects and dispatch actions, Stripe to manage payments that connect to a back-end API and Firebase for data storage and user authentication.
Sample Login
NSFWcheck
NSFWcheck is a full-stack web app that allows users to check if a site contains NSFW(Not-Safe-For-Work) images. It has a React.js frontend and connects to an express API I created. The API does the processing of the image search and returns the decision.