Hey

I'm Adam.

I'm a Aspiring Software Engineer, eager to build applications to make people's lives more convenient and streamlined.

Here's a bit more about me:

Here are some of my projects

  • Fullstack AI Saas Platform

    Next.js, React.js, Tailwind CSS, Prisma, MySQL, Vercel

    Create and store user accounts and subscriptions with Prisma/MySQL on PlanetScale. Also provided Chat, Code, Image, Music, and Video generation with OpenAI and Replicate API's. Finally, implemented Stripe API for premium subscriptions and customer support via Crisp.

  • Fullstack X (Twitter) Clone

    Next.js, React.js, Tailwind CSS, Prisma, MongoDB, Vercel

    I added user authentication with NextAuth. Also implemented like, comment, and follow features. Notification system put up for likes, comments, and follows. There is also an image upload with base64 strings. For storage, user and post data are stored with Prisma and MongoDB. Finally deployed via Vercel.

  • Netflix Clone

    React.js, Next.js, NextAuth, Tailwind CSS, Prisma, MongoDB, Vercel

    Implemented user authentication with NextAuth, Google, and Github. Also populated users, accounts, favorite movies, and movies MongoDB database using Prisma. And maintained a fully responsive design for ease of use on all devices.

  • Movie HQ

    HTML, CSS, JavaScript

    Cloned a modern movie streaming platform with over 280,000 movies, accessible via RESTful OMDb API. Designed search and filter features, allowing to search all movies by title, and filter them either by Newest Release, Earliest Release, or Rating. Displays movie poster, title, release year, rating, etc.

  • Treact Clone

    HTML, CSS, JavaScript

    Cloned a modern landing page, Treact, using vanilla HTML, CSS, and JavaScript. Emphasis on best flex box practices, scalability features, and responsive on all devices.

  • Holiday Hues

    HTML, CSS

    Created a fully responsive website for my christmas light installation business. Deployed the website online through the domain holidayhues.org.

  • Python Encryption and Decryption

    Python

    Built a python program to encrypt and decrypt any information you want, with whatever key you want. No keys are stored ever, and the encryption method creates new cipher text for the same text each time its encrypted.