An open API service indexing awesome lists of open source software.

https://github.com/mathematicode/tip-calculator-fem

Tip Calculator Challenge from Front End Mentor
https://github.com/mathematicode/tip-calculator-fem

css vanilla-javascript

Last synced: 30 days ago
JSON representation

Tip Calculator Challenge from Front End Mentor

Awesome Lists containing this project

README

          

This was one of the hardest projects I did in Vanilla Javascript. Having to figure out when to trigger a form submission without a submit button and check if all inputs were filled in correctly without something like React to handle the flow of state was a big challenge. It helped me appreciate what React does for us.