Skip to content

webimpactuw/2025-beginner-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

welcome to web impact's beginner workshops for 2025!

this repo is where we will store starter code and upload example code that we work with during workshops!

topics covered:

workshop 1 (10/07): intro to html

covered basic html file structure, introduced basic element tags (p, img, a, li, ul, ol, h1-h6) as well as structure tags (div, header, nav, footer)

workshop 2 (10/14): intro to css, box model, and flex box

covered css basics and different types of selectors, like element, id, class, and pseudo selectors. also covered box model and flex box basics (padding, border, margins).

workshop 3 (10/21): javascript basics

covered javascript basics like syntax, javascript in combination of html, and how to get familiar with the language. there is a code outline, script0, that has steps to play around with random numbers, arrays, and javascript in general.

workshop 4 (10/28): intro to react

covered the set up of a react environment and use of components to modularize development. also worked on creating a navbar component in workshop, with the final code updated here.

workshop 5 (11/04): react hooks and state

covered react hooks and state when working on the todo list demo, this included adding new todo list items and marking them as done.

workshop 6 (11/18): intro to next.js

covered next.js basics like routing, client vs server components, and apis. went over the creation of a projects page for the personal portfolio website that utilizes next.js components.

workshop 7 (11/25): more next.js and figma to code

covered some handy tips and tricks for translating a figma design into code, like groupings to divs, grabbing hex values, and exporting images/objects as svgs. also went over contact page creation for the personal portfolio website project.

workshop 8 (12/02): deployment

About

the go to place for the starter and completed code for web impact's au25 beginner coding track workshops!

Resources

Stars

Watchers

Forks

Contributors