#html
#css
#js
#dom
#jQuery
#master-in-software-engineering
In this pill you will have to create your own jQuery cheat sheet, in it you will review many of the actions you have already done previously with Vanilla JS to later apply them with jQuery.
In this way this project will serve as a reference to have an example of each concept.
- You must use semantic HTML5 elements for all the contents of the application
- You must use two JS files separately, one for the JQuery implementation and one for the native implementation
- Both the code and the comments must be written in English
- Use the camelCase code style to define variables and functions
First of all you must fork this project into your GitHub account.
To create a fork on GitHub is as easy as clicking the “fork” button on the repository page.
* HTML
* CSS
* JS
* jQuery
To deliver this project you must follow the steps indicated in the document: