https://github.com/derektypist/build-a-calorie-counter
Learn Form Validation by Building a Calorie Counter. JavaScript Algorithms and Data Structures. How to validate user input, perform calculations based on that input and dynamically update the interface. Use of regular expressions, template literals, the addEventListener() method and more.
https://github.com/derektypist/build-a-calorie-counter
add-event-listener css3 form-validation forms html5 javascript regular-expressions template-literals
Last synced: about 2 months ago
JSON representation
Learn Form Validation by Building a Calorie Counter. JavaScript Algorithms and Data Structures. How to validate user input, perform calculations based on that input and dynamically update the interface. Use of regular expressions, template literals, the addEventListener() method and more.
- Host: GitHub
- URL: https://github.com/derektypist/build-a-calorie-counter
- Owner: derektypist
- Created: 2024-02-15T11:10:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T11:33:31.000Z (over 1 year ago)
- Last Synced: 2025-01-27T23:23:55.254Z (4 months ago)
- Topics: add-event-listener, css3, form-validation, forms, html5, javascript, regular-expressions, template-literals
- Language: JavaScript
- Homepage: https://derektypist.github.io/build-a-calorie-counter/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build a Calorie Counter
Learn Form Validation by Building a Calorie Counter. JavaScript Algorithms and Data Structures. How to validate user input, perform calculations based on that input and dynamically update the interface. Use of regular expressions, template literals, the `addEventListener()` method and more.## Technologies
Uses HTML5, CSS3 amd JavaScript. Makes use of regular expressions, template literals, the `addEventListener()` method and more.
## Deployment
[Live Project](https://derektypist.github.io/build-a-calorie-counter) is deployed on the main branch.
## Credits
### Acknowledgements
[FreeCodeCamp - JavaScript Algorithms and Data Structures ](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8)