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

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.

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)