lucasmc64 / javascript_cev

Exercises performed during the JavaScript Course in the Curso em Vídeo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JavaScript Course

👨‍💻 JavaScript Course

​:play_or_pause_button:​ What is Curso em Vídeo?

CeV is a project designed by Professor Gustavo Guanabara with the aim of bringing quality education to anyone who has access to the internet.

Website | YouTube Channel

🎯 Goal

These different small projects aim to exemplify and practice the basics of JavaScript, one of the languages of the moment.

📜 Some details

🖥️ About the project

  • The front-end is made with HTML5, CSS3 and JavaScript.

📖 About the course

It is a basic course, but it is still complete given its target audience. Professor Gustavo Guanabara has great teaching skills and the course is available for free on the internet.

Course on Youtube | Course on Website

🤔 How do I run the project on my machine?

The first step is to clone the project, either via terminal or GitHub Desktop, or even by downloading the compressed file (.zip). After that, go ahead.

🛠️ Requirements

There are no requirements to perform some of the exercises on your computer! Just double click on the file with extension .html and it will open in your default browser.

However, to run some JavaScript files individually we need some tools.

✨ Running the JS files

Open the project folder in VSCode and, by right-clicking on the file with extension .html, choose Run Code. The Node output console will open with the code results.

🎉 If everything went well...

Now you are running the project beautifully!

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made with 💛 by Lucas Coutinho 👋 Get in touch!

About

Exercises performed during the JavaScript Course in the Curso em Vídeo.

License:MIT License


Languages

Language:HTML 52.6%Language:JavaScript 36.7%Language:CSS 10.8%