Skip to content

Guide to examples and projects with modern JavaScript syntax.

Notifications You must be signed in to change notification settings

stevenfvg/learning-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript course from scratch and with projects

Learning JavaScript

Guide with codes and example projects to learn JavaScript.

📚 Basic example codes with modern ES6 syntax

Hello World in JavaScript:

console.log('Hello World!');

Basic examples

# Content Code
01 Variables view
02 Strings view
03 Numbers view
04 Operators view
05 Booleans view
06 Objects view
07 Arrays view
08 Functions view
09 Control structures view
10 Iterators view
11 ArrayMethods view

DOM Examples

# Content Code
01 Get elements from the DOM view
02 Modify DOM elements view
03 Traversing the DOM view
04 Remove elements from the DOM view
05 Generate HTML with JavaScript view
06 Events view

⌨️ Projects with code

# Project Code Link
01 LMS view visit
02 Email sending simulator view visit
03 Filter and Search view visit
04 Store Texts in LocalStorage view visit
05 LMS with LocalStorage view visit
06 Car insurance quote view visit
07 Budget Management view visit
08 Appointment Manager view visit
09 Appointment Manager with Modules view visit
10 Data persistence with IndexedDB view visit
11 CRM with IndexedDB view visit
12 Weather API view visit
13 Recipe Search view visit
14 Pixabay Image Gallery view visit
15 Cryptocurrency App view visit
16 Tip calculator view visit
17 AsyncAwait Pixabay view visit
18 AsyncAwait Cryptocurrencies view visit
19 CRM CRUD REST view visit

Releases

No releases published

Packages

No packages published