GithubHelp home page GithubHelp logo

webdev-examples's Introduction

Intro to Web Development - Class Examples

This repository contains the code snippets from the slides as well as the starter files and solutions to the exercises we will go over in class.

Topics Covered

  • HTML
  • Accessibility
  • CSS
  • Bootstrap
  • JavaScript
  • jQuery
  • Node

Each of the topics above will be organized in a folder that contains the following:

  • examples/ - This folder will include the code snippets from the slides
  • exercises/ - These are the starter files for exercises you should complete prior to attempting the homework. Instructions and screenshots for the exercises are available in the _<topic>.md file.
  • solutions/ - All the solutions to the exercises above are in this folder. Additionally, there are video walk-throughs of each solution on MediaLab.

Setting Up This Repo

  1. Fork the repository in GitHub.

  2. Clone the forked repository.

$ git clone https://github.com/student/webdev-examples class-exercises
  1. Navigate into the newly created class-exercises folder and add another remote
$ git remote -v
origin	  https://github.com/student/webdev-examples.git (fetch)
origin	  https://github.com/student/webdev-examples.git  (push)

$ git remote add upstream https://github.com/caterinasworld/webdev-examples.git

$ git remote -v
origin	  https://github.com/student/webdev-examples.git (fetch)
origin	  https://github.com/student/webdev-examples.git  (push)
upstream	hhttps://github.com/caterinasworld/webdev-examples.git (fetch)
upstream	https://github.com/caterinasworld/webdev-examples.git (push)
  1. Push any files you update to the origin remote.
$ git push -u origin main
  1. Pull any new files from the upstream remote.
$ git pull upstream main

webdev-examples's People

Contributors

caterinasworld avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.