• Stars
    star
    172
  • Rank 217,051 (Top 5 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created almost 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Super simple demos for Windows and Windows Phone

codeShow in the Windows 8 Store

Go to aka.ms/codeshowapp to install codeShow from the Windows 8 Store

Project Description

This is a Windows 8 HTML/JS project with the express goal of demonstrating simple development concepts for the Windows 8 platform. You may learn some stuff about end-to-end app architecture by looking at the source code of codeShow, but the primary goal of the project is to help you learn discrete programming tasks such as accessing the camera, implementing an asymmetric ListView, or handling errors look to codeShow. To see what's new with codeShow, visit the [news] page.

Clone or fork it?

Well, should I clone or fork it? The question is, are you going to contribute to the project (which you're encouraged to do by the way)? If not, then you only need to clone it. You'll still be able to easily get the latest changes. If you want to be a good citizen and make contributions to codeShow then you need to fork it. Forking a git project means that you are creating your own online repository that is linked to the original. This allows the project owner (us) to pull in changes when you change something and submit a pull request.

To clone it from Visual Studio 2013

  • open VS2013 and go to the Team Explorer tab (usually next to Solution Explorer)
  • go to Settings | Git Settings
    • make sure your name and email are filled in (those are recorded in commits in git)
    • enter the path to your development folder
    • enable author images
  • then drop the nav menu down and go to Project | Team Projects
  • hit Clone and type in https://github.com/codefoster/codeshow
  • verify you like the path where it's going to go
  • hit Clone
  • when it's done click on the project and then click on the .sln file to launch it
  • now you can come back to the Commits section of Team Explorer and Sync anytime you want to get the latest changes

If you want to use other tools take a look at the Fork A Repo GitHubHelp page

.then()
Regardless of which method you use to get the code down to your system, you'll want to do this afterward... open the codeshow\packages folder install all of the SDKs included there now open the .sln file in Visual Studio and have fun!

Privacy Policy (aka "Legal Stuff")

The codeShow app requests access to internet to provide access for various demos in the project, but neither the app itself or any of the demos in the app collect, store, or share any identifying information from users. Rest assured that your privacy is respected. If you would like to report any violation of this policy, you can contact any of the project contributors.

More Repositories

1

waterrower

A library for communicating with your WaterRower
TypeScript
72
star
2

iot-workshop

A complete IoT Workshop
JavaScript
43
star
3

waterbug

An app for helping you win on your WaterRower
14
star
4

candyman

Deploy to Linux devices
JavaScript
12
star
5

basebot

JavaScript
9
star
6

waterbug-ui

Client website for visualizing WaterRower race progress.
TypeScript
6
star
7

tweetmonkey

No monkeys were harmed in the making of this project.
JavaScript
6
star
8

thinger

A TypeScript API for Autodesk Fusion 360
TypeScript
4
star
9

edref

Reference project for creating Node.js apps for the Intel Edison using Visual Studio
JavaScript
4
star
10

commandmonkey

Control a device using Cortana using JavaScript from end to end
4
star
11

codefoster.com

The source code for codefoster.com
JavaScript
3
star
12

tweetmonkey-raspi

The Raspberry Pi Raspian version of a hilariously simple maker project.
JavaScript
3
star
13

azure-iot-lite-js

TypeScript
3
star
14

simple-iot-hub

JavaScript
3
star
15

angular-material-workshop

Angular Material Master Class
TypeScript
2
star
16

waterbug-server

Client website for waterbug
JavaScript
2
star
17

azure-iot-lite

Simpler Azure IoT Hub SDKs
2
star
18

f360-bumpmap

Copies a body into a two dimensional array with control of the z-axis for data driven height profile
JavaScript
2
star
19

tweetmonkey.io

HTML
1
star
20

scully-ui

TypeScript
1
star
21

azure-iot-lite-java

1
star
22

botbuilder-humanizer

C#
1
star
23

commandmonkey-wp81

JavaScript
1
star
24

bcc2016

Code for my sessions at Boise Code Camp 2016
JavaScript
1
star
25

azure-sb-js

Azure Service Bus JavaScript reference project
JavaScript
1
star
26

iot-gateway-batch

JavaScript
1
star
27

tweetmonkey-edison

The Intel Edison version of a hilariously simple maker project.
JavaScript
1
star
28

tsrxplay

Playing with RxJS and TypeScript
JavaScript
1
star
29

waterbug-device

Device app for collecting data for waterbug
TypeScript
1
star
30

scully

1
star
31

javascript-minecraft-mods

JavaScript
1
star
32

speech

Speech Lab at Starbucks SIX Feb 2020
1
star
33

eddie-lightsensor

A simple light sensor determines the digital level of pin 13, so you can cover the light sensor and see the light turn off.
JavaScript
1
star