Skip to content

robdodson/sketchbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sketchbook

I created this sketchbook to reduce the amount of time it takes to play around with new ideas. It contains a starter project, _blank, and a few examples.

How to use it

Duplicate the _blank folder and give it a new name. Then get in there and start hacking!

What's included

The _blank project contains a few files to get you started:

filename description
index.html An example HTML file. It uses the HTML5 html doctype and includes a few example CSS and JavaScript files.
style/main.css An example CSS file. It only contains one style to demonstrate proper syntax.
scripts/main.js An example JavaScript file. It demonstrates creating a jQuery click handler and how to log to the console.
scripts/vendor/jquery.js The jQuery library. jQuery is extremely popular and a great stepping stone when you're first learning JavaScript.
scripts/vendor/html5.js The HTML5 shiv adds support for HTML5 sectioning elements in legacy Internet Explorer.

About

A tidy sketchbook for new front-end coders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published