hozlucas28 / JS-Complementary-Course-2023

Repository of JavaScript complementary course of @udemy.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS Complementary Course [2023]

Repository for reviewing JavaScript - React course.

SummaryInstallationRelatedLicenseAcknowledgmentsContact

Summary

This is a repository where I store all lessons that I take for reviewing JavaScript language in React course of Udemy platform. 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). Now, if you want to test a JavaScript file write node <FILE NAME> in a terminal, and you are going to see a result in your terminal.

• 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 Nicolas Schurmann teacher to make this course.

Contact

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

About

Repository of JavaScript complementary course of @udemy.

License:MIT License


Languages

Language:JavaScript 98.4%Language:HTML 0.9%Language:Shell 0.7%