ervinne13 / gg-basic-web-frontend-development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Web Frontend Development

What You'll Need For This Workshop

Downloadables:

Note: For Adobe XD Download, close the modal that pops up. Do not select a region. Once closed, click "Get XD - Its' free"

Checklist

Let's make sure everything works well. Open up your terminal.

Testing Node & NPM

#### Run
node -v
#### Outputs something like:
v10.15.3

#### Run
npm -v
#### Outputs something like:
6.4.1

Make sure to install Node version 8 and above.

Testing Git

#### Run
git --version

#### Outputs something like:
git version 2.19.1

If any of the command results in command not found or anything similar, please refer back to the appropriate installation procedure.

Learning Objectives

Learners will be introduced to the bare minimum knowledge required to enter a frontene web development job. Asides from the very basics, the learners will have to go through the most in demand skill set needed to be a frontend developer: source control management with GIT and configuring build tools (babel, webpack).

Note that backend development & devops will not be covered. This is a frontend concentrated course. We will, however, explore options on how to deploy our work without the need of developing backend services or deploying to a server.

Outline / Contents

Day 1 - HTML, Source Control Management, Deploying Static Sites, & Basic JavaScript Programming

Day 2 - Basic Design, JavaScript, and Build Tools

Day 3 - Styling & Online Profile Making

About


Languages

Language:HTML 86.6%Language:CSS 13.4%