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
- Host: GitHub
- URL: https://github.com/mathematicode/tip-calculator-fem
- Owner: mathematiCode
- Created: 2024-06-24T17:00:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-12T16:15:06.000Z (over 1 year ago)
- Last Synced: 2025-03-17T17:25:39.431Z (about 1 year ago)
- Topics: css, vanilla-javascript
- Language: JavaScript
- Homepage: https://calculate-and-split-tip.netlify.app/
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.