Coder Social home page Coder Social logo

googlecreativelab / coder-projects Goto Github PK

View Code? Open in Web Editor NEW
188.0 36.0 45.0 19.41 MB

Fun projects and sneakily educational things that can all be made with Coder and Rasberry Pi.

Home Page: http://googlecreativelab.github.io/coder-projects/

License: Apache License 2.0

CSS 91.04% JavaScript 8.96%

coder-projects's Introduction

Coder Projects

Things to make. Stuff to learn.

Looking for something to make with Coder? We've put together Coder Projects: simple, fun, and sneakily educational things that can all be made with Coder and Rasberry Pi.

Looking for the Coder Projects site?

Visit the Coder Projects here

About Coder Projects

Coder Projects are Coder apps and instructional step-by-step guides designed to get new programmers excited about making things with code. They range from introductory lessons on the basic web stuff Coder utilizes (HTML, CSS, Javascript) to more complex projects that show what code can do.

Coder Projects are perfect for anyone new to coding, or helping someone else learn. Each project is designed to be a jumping off point that will leave you with something fun and hopefully give you ideas for projects of your own.

Contributing to Coder Projects?

If you have an interesting project made with Coder, and you think would help and inspire others, create a project and let us know about it. You'll find a template for creating a Coder Project in the template folder on the master branch.

Coder Projects source code is licensed for open source use under the Apache 2.0 license, unless specified otherwise. Documentation for Coder Projects is licensed under Creative Commons ShareAlike.

coder-projects's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coder-projects's Issues

Modern Mondrian Title

Thanks for the the great projects! Found a spelling error in the title of the "Modern Mondrian" project.

Once opened, the project's header has "Mondrian" misspelled as "Mondiran".
screen shot 2014-01-09 at 12 46 42 pm

Digital clock tutorial ready function

The digital clock tutorial here writes the jquery ready function incorrectly at the beginning of the tutorial. It is fixed later in the tutorial. The first writes $(document).ready = function() { and has a misaligned right-paren at its close; the second example properly shows $(document).ready( function() { with its now correctly matching close });

screenshot 2013-12-24 10 41 18

screenshot 2013-12-24 10 44 49

typos in Night and Day tutorial codeblocks

Hi, there is a typo in step 6 of the Night and Day tutorial at the end of step 6. The anonymous function in the click event handler is not properly closed.

$(document).ready( function() {
    $('button').click( function() {
        $('body').addClass('black');
    });  // missing } was at beginning of this line!
});

CSS mistake in instructions

When I was working through this tutorial I found that the CSS for the sky doesn't work, both in my own code, and in the code offered by the tutorial.

I wanted to share the solution I found with you, and suggest that you update the tutorial.

screen shot 2015-12-14 at 10 58 13 am

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.