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

https://github.com/hozlucas28/js-course-2022

Repository of JavaScript course of @udemy.
https://github.com/hozlucas28/js-course-2022

2022 course html5 husky javascript mit-license practices prettier udemy

Last synced: about 1 month ago
JSON representation

Repository of JavaScript course of @udemy.

Awesome Lists containing this project

README

        


JS Course [2022]


Repository of Web Development course of Udemy platform.


Summary
Installation
Related
License
Acknowledgments
Contact




Summary



This is a repository where I store all lessons that I take on Web Development course of Udemy platform, related with JavaScript language. In addition, I used npm packages like: Prettier and Husky to make my code be more 'prettier'.


Installation



Clone the repository, install Node.js (runtime environment) and use Visual Studio Code (code editor) with Live Server (extension) installed. Now you have to different ways:



  • Specific JS: if you want to test a specific JavaScript file write node <FILE NAME> in a terminal, and you are going to see a result in your terminal.


  • HTML With Linked JS: if you want to test JavaScript file/s linked with a HTML file, press right click on HTML file, and then select the option: Open with live server. Automatically, it will open your default browser with the HTML file (rendered) that you selected, and depends of the action that takes JavaScript file/s, you are going to see a result on this HTML rendered or in browser console.



• Optional:
Run command npm install to install all packages used for make a clean code, like Prettier and Husky for pre-commits.


Related




License



This repository is under MIT License, if you want to see what you are allowed to do with the content of this repository, please visit choosealicense for more information.


Acknowledgments



Thanks to Alex Roel teacher to make this course.


Contact


If you want to contact me, please see my socials medias in my GitHub profile.