Nitin Kumar
@nitinrajput1521All comments
- @anmolkapilSubmitted over 3 years ago
- @anmolkapilSubmitted over 3 years ago
Hello Everyone!😊
I made this site using HTML, CSS and Vanilla JS with Live Input Validation! It validates while user is typing and also when Form is Submitted. I Used REGEX and JS for Email and Password Validation.
My CSS is messy. I learned that, I should have used rem for font sizing em for padding, margins, etc.
Please drop your feedback and check my other solutions too.
- @anmolkapilSubmitted over 3 years ago
Hello Everyone 👋🏻
I made this Tip Calculator app using HTML, CSS and JS only. I also added a simple landing animation. I used flexbox to make it responsive.
I checked other's solutions, but they did not consider the overflow of output. I used "word-break" property to properly fit the calculated result. It breaks the overflowing numbers into next line. See it in action by entering a large amount in bill.
Please give your feedbacks on design and code 😊