Skip to content
View incon's full-sized avatar

Block or report incon

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. React FizzBuzz React FizzBuzz
    1
    import React from "react";
    2
    
                  
    3
    const Number = props => <span>{props.value}</span>;
    4
    const Fizz = () => <span>Fizz</span>;
    5
    const Buzz = () => <span>Buzz</span>;
  2. laravel-api-example laravel-api-example Public

    Simple Laravel example site, showing an API being called using jQuery.

    PHP

  3. laravel-filter-example laravel-filter-example Public

    Simple Laravel site, showing an API being called using AJAX.

    PHP 1

  4. MyReads MyReads Public

    Udacity React MyReads

    JavaScript

  5. UdaciCards UdaciCards Public

    Udacity React UdaciCards

    JavaScript

  6. veggedup-android veggedup-android Public

    My Udacity Android Developer Nanodegree Capstone project

    Java