Projects



AI Flashcard Generator | OpenAI, Next.js, React.js, Node.js, Stripe, Clerk, Firebase:


GitHub Link:


  • Developed an AI-powered flashcard system that generates study flashcards based on user-provided prompts using the OpenAI API (GPT-4o).
  • Integrated Firebase to manage and store user data and flashcard collections efficiently.
  • Implemented a tiered subscription model with payment integration using Stripe API, offering both a standard and premium package with varying flashcard limits.
  • Created secure user authentication and account management features using the Clerk API.


  • Customer Support AI Bot | OpenAI, Next.js, React.js, Node.js:


    GitHub Link:


  • Developed an AI-powered customer support system allowing users to message and receive automated responses.
  • Integrated the OpenAI API to handle natural language processing and generate dynamic responses to user inquiries.
  • Utilized Node.js for backend development to manage API requests and real-time data processing.


  • Pantry Tracker App | Next.js, React.js, Node.js, FireBase:


    GitHub Link:


  • Developed a seamless item tracking app with simple and appealing UI using Next.js.
  • Implemented a Firebase database for users to keep track of all their items
  • Added functionality by allowing users to add and subtract items as well as edit the quantity or delete the item entirely


  • Macro Calculator Application | HTML, CSS, JavaScript, Node.js:


    GitHub Link:


  • Developed a comprehensive web application to calculate daily calorie and protein intake based on user inputs.
  • Utilized a local Node.js server to handle user data, process calculations, and return personalized nutritional goals.
  • Implemented user-friendly interfaces with HTML and CSS for smooth interaction and data input.
  • Ensured secure and efficient data handling with Express.js, body-parser, and CORS.
  • Leveraged HTTP protocol to facilitate client-server communication, allowing seamless data transfer between the frontend and backend for real-time calorie and protein calculations.


  • Macro Calculator Program | C++:


    GitHub Link:


  • Created a program that calculates the user's recommended daily calories based on user inputs like gender, height, weight, goal, and activity level.
  • Implemented a Male and Female class to accurately calculate.


  • Message Key Decryption Program | C++:


    GitHub Link:


  • This program imports a key file that contains a grid of numbers representing the ASCII chart which is used to get a message from the user by the user entering x y coordinates for whichever character they need, entering an encrypted message.