Git Product home page Git Product logo

Hackathon 101 Workshop

A brief introduction to web development

What we'll learn

  • How to use Git and GitHub
  • Core web technologies (HTML5, CSS3)
  • Responsive design
  • Accessibility

Getting started

  • Install Visual Studio Code
  • If on Windows, install Git for Windows
  • Log in or sign up for GitHub
  • Once logged in to GitHub, fork this repository (top right)
  • Create a new folder for your website (on your Desktop for example)
  • Open the folder in Visual Studio Code
  • Enter "ctrl + `" to open the terminal
  • If on Windows, enter bash
  • Go to your browser and click "Clone or download" on the top right of your forked repository and copy the URL
  • In Visual Studio Code's terminal, type git clone URL .
    • where URL is replaced by the URL you just copied
  • Right click index.html and select "copy path"
  • Paste that path in your browser URL bar and press enter
  • Make a change to index.html and reload the page!

Validating your code

  • General structure: npm run validate
  • Accessibility: npm run accessibility

Resources

Areas for further exploration (on your own)

  • CSS Preprocessors (e.g. SASS)
  • Javascript ES6
  • Using Node.js
  • Better JavaScript compatibility with Babel

Mandy Yip's Projects

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.