Skip to content

arisGio/Counting-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Learn JavaScript Basics by Building a Counter Application

Objectives

  • increase familiarity with simple Javascript notions & concepts
    • defer
  • understand how variables work in JS
    • let
    • const
  • best practices
    • naming variables
      • case sensitive
      • do not start with number
      • avoid using underscores at the beginning
    • avoid reserved words
  • how to use operators

Tech stack & tools

  • JavaScript
  • VS Code
  • modern web browser
  • Live Server (VS Code extension, cmd + L + O)
  • console (Open inspector in web browser & go to Console tab)

Deployment

netlify.com

  • free of charge
  • extremely fast
  • extremely easy