@RaidEyesSubmitted 11 months ago
Feature:
Change the data of the chart using your own expenses ;)
Happy coding!
Feature:
Change the data of the chart using your own expenses ;)
Happy coding!
This project was an oppourtunity to familiarize myself with JS. Initially it seemed like a daunting task but finally I managed to pin it down and complete it.
My only hurdle which I can't think to clear is that how do I keep the textboxes horizontally aligned when I make the error text appear. Whenever there is an error(basically incorrect input), the particular textbox under which the error text is supposed to appear seems to get lifted from its position. How do I correct this? Thankyou.
Hi :) you can keep the textboxes aligned by setting position:absolute to the error message, I did it this way in my code, feel free to check it out