BIKI DAS
@Biki-dasAll comments
- @leonpaholeSubmitted almost 2 years ago@Biki-dasPosted almost 2 years ago
Remove the Mobile hamburger menu you already have one, and the add to cart button is working odd try to match it with the design preview and active states
0 - @femacaraegSubmitted almost 2 years ago
This is an interactive credit card validation form.
I used create-react-app for building the project. I used formik and yup for the checking the validation of the credit card details.
What I found most difficult while building the project is the responsiveness. I am still working on my HTML and CSS skills. If you have any advise and feedback for me, they are very much welcome.
@Biki-dasPosted almost 2 years agoTry to build the same without react, react seems to be an overkill for this type of work according to me as there is not a lot of state to manage in the whole app, if you think in a broader term , the app only has a form where we pull the data from and inject those values on the card image that's it and you can try to do this with vanilla Js. here is mine with vanilla Js - https://creditcardadd.netlify.app/
Marked as helpful0 - @zulmy-azharySubmitted almost 2 years ago@Biki-dasPosted almost 2 years ago
COOOL LIKED THE TEXT EFFECT ON THE CARD! HERE IS MINE https://creditcardadd.netlify.app/?
1 - @DiegoPasayeSubmitted almost 2 years ago
Hi guys, this is my solution but i can´t do the validations in inputs, only i write if value.length < 1 hide the error message and border red, who can help me with this please? thank you
@Biki-dasPosted almost 2 years agoYou can look at my solution and have an idea https://creditcardadd.netlify.app/?
0 - @VishRoySubmitted about 3 years ago
Hi ,
Let me know the ways I can improve my design.
Thanks
@Biki-dasPosted about 3 years agomobile responsiveness is not working decrese your container width and it shall do the job
Marked as helpful0