PranikaBaby
PranikaBaby
Enhanced the Checkout component to integrate a payment method solution using Stripe. Added a form to collect payment details via CardElement, enabling users to enter their payment information securely. Implemented...
Added input fields for discount rate and original price in the EditProduct component to enable merchants to set and manage discounts for products. Updated the form to handle these new...
This Java String Game allows players to manipulate strings through various operations like reversing, converting to uppercase, finding substrings, and concatenation. Players can interactively transform the string to achieve desired...
This Java program checks if a given string or number is a palindrome. It reads the input, reverses it, and compares the two to determine if they are identical.
created quiz game using tkinter
Created weather app using cpp
Added Mergesort