HackBerkeley / calhacks3-intro-web-dev

Introduction to Web Development at Cal Hacks 3.0

Home Page:http://ajayramesh.com/text-sim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calhacks3-intro-web-dev

Welcome to Cal Hacks 3.0 and welcome to the Introduction to Web Development workshop! Web development is one of the best ways to get started building products that other people can use. We will learn about frontend web development through two projects. The first project will be a simple personal website to introduce the basics of HTML and CSS. The second project, text-sim, is a website that allows you to compute the percentage similarity between two text documents. It will focus on the interplay between the three languages but will primarily focus on Javascript. I hope this brief introduction inspires you to learn more about the wonderful world of the web!

Requirements

  • Google Chrome or Firefox

  • Text editor (Recommended: Sublime Text 3, Atom, Notepad++, Visual Studio Code, vim)

Cloning this repository

  • If you have git then please run git clone https://github.com/HackBerkeley/calhacks3-intro-web-dev.git

  • If you don't have git then please download the repository

Usage

  • Fill in the blanks in the example code found in project/sample/ for each project

  • Refer to the completed code found in project/final/ if you get lost or stuck

Links

Introduction to Web Development - Cal Hacks 3.0 (Slides)

text-sim

Contact

ajayramesh@berkeley.edu

ajayramesh.com

About

Introduction to Web Development at Cal Hacks 3.0

http://ajayramesh.com/text-sim


Languages

Language:JavaScript 68.2%Language:CSS 18.2%Language:HTML 13.6%