DEV Community

Discussion on: How I created and deployed another full stack app in just 3 days

Collapse
 
everettblakley profile image
Everett Blakley

Not bad for 3 days! The animations and icons definitely give it that 'modern' web app vibe.

You'll definitely want to work on some input validation. I entered 10,000,000 and it gave me a balance of 10.00. Then I added 'AAA', and it let me submit just fine, and then gave me a balance, unsurprisingly, of NaN. Using <input type="number" /> should help with that.

Keep it up though! This is definitely a great portfolio project!

Collapse
 
tarunfy profile image
Tarun Sharma

Oh, I will surely work on that. Thanks <3

Some comments have been hidden by the post's author - find out more