A jQuery coding challenge for Full Stack Coding Boot Camp.
For this project, I learned a lot about how to use the Day.js API and chain jQuery methods. I had the easiest time with the Day.js API, while I was most challenged by figuring out how to split arrays with jQuery.
HTML, CSS, Bootstrap, Google Fonts, JavaScript, jQuery, Web Storage API, Day.js, Git, GitHub, VS Code, Chrome, Firefox
This project is licensed under the MIT License.
- String.prototype.split() on MDN
- .addClass() on jQuery
- $( document ).ready() on jQuery
- .each() on jQuery
- .find() on jQuery
- .hide() on jQuery
- .html() on jQuery
- jQuery Tutorials for Beginners by The Net Ninja
- .on() on jQuery
- .parent() on jQuery
- .show() on jQuery
- .text() on jQuery
- .val() on jQuery
- How to Use Local Storage with JavaScript by Tania Rascia