https://github.com/lucasmc64/javascript_cev
Exercises performed during the JavaScript Course in the Curso em Vídeo.
https://github.com/lucasmc64/javascript_cev
css css3 curso-em-video curso-em-video-javascript html html5 javascript
Last synced: about 1 month ago
JSON representation
Exercises performed during the JavaScript Course in the Curso em Vídeo.
- Host: GitHub
- URL: https://github.com/lucasmc64/javascript_cev
- Owner: lucasmc64
- License: mit
- Created: 2020-02-08T17:50:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T19:15:56.000Z (almost 5 years ago)
- Last Synced: 2025-06-04T10:45:48.051Z (about 1 year ago)
- Topics: css, css3, curso-em-video, curso-em-video-javascript, html, html5, javascript
- Language: HTML
- Homepage:
- Size: 1.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# :man_technologist: 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](https://www.cursoemvideo.com/) | [YouTube Channel](https://www.youtube.com/user/cursosemvideo)
## :dart: Goal
These different small projects aim to exemplify and practice the basics of JavaScript, one of the languages of the moment.
## :scroll: Some details
### :desktop_computer: About the project
- The front-end is made with HTML5, CSS3 and JavaScript.
### :book: 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](https://www.youtube.com/playlist?list=PLHz_AreHm4dlsK3Nr9GVvXCbpQyHQl1o1) | [Course on Website](https://www.cursoemvideo.com/course/javascript/)
## :thinking: 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.
### :hammer_and_wrench: 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.
- [Node.JS](https://nodejs.org/).
- [VSCode](https://code.visualstudio.com/) and the extension [Node.js Exec](https://marketplace.visualstudio.com/items?itemName=miramac.vscode-exec-node).
### :sparkles: 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.
## :tada: If everything went well...
Now you are running the project beautifully!
## :memo: License
This project is under the MIT license. See the [LICENSE](LICENSE) for more information.
---
Made with :yellow_heart: by Lucas Coutinho :wave: [Get in touch!](https://www.linkedin.com/in/lucasmc64/)