Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
removed README (they are in the official docs now)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangini committed Feb 22, 2013
1 parent 3bd0250 commit 46dfa13
Show file tree
Hide file tree
Showing 18 changed files with 1 addition and 1,031 deletions.
39 changes: 1 addition & 38 deletions README.md
Expand Up @@ -4,42 +4,5 @@ Chrome apps are written in HTML5, JavaScript, and CSS, just like web apps.
But they look and behave more like native apps, and they have super-powerful capabilities,
like the ability to interact with network and hardware devices, media tools, and much more.

Help us make Chrome Apps better!
--------------------------------
Chrome apps are still in developer preview-- we know they aren't perfect. But we're trying to do something new here, bridging together the native and web experience, giving developers choice and users the best experience possible.

For Chrome apps to succeed, we need and want your feedback and we don't want you to have to go in circles to provide it.
Here's a [very simple feedback form](https://docs.google.com/a/google.com/forms/d/1x3309vpp-KTiHqZWOCQhjVrIWxkm0wEBp2IWMG2ywbU/viewform?id=1x3309vpp-KTiHqZWOCQhjVrIWxkm0wEBp2IWMG2ywbU).

Learn more about Chrome Apps
----------------------------
* Read the [docs](http://developer.chrome.com/apps/).
* Check out the [Chrome Apps APIs](http://developer.chrome.com/apps/api_index.html).
* Fork any and all [chrome-app-samples](https://github.com/GoogleChrome/chrome-app-samples) and make something of your own.
* Watch the [Chrome Apps GDL sessions](https://developers.google.com/live/chrome/).
* Follow the Chrome Apps Todo tutorial here.


About this Tutorial
-------------------
The goal of this tutorial is to get you building Chrome apps fast.
We've done our best to capture some of the trickier parts to the development process
keeping the sample simple and straightforward.

Once you've comleted the tutorial,
you will have a simple Todo app. The sample code in each lab builds upon the previous.
To see how the Todo app changes as you work through the lab,
you can upload the code in each lab and launch the app from a new tab.

Tutorial structure
------------------
* Set up development environment: [lab1_setup](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab1_setup#readme)
* Create basic app: [lab2_basic](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab2_basic#readme)
* Create model-view-controller: [lab3_mvc](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab3_mvc#readme)
* Test app \*\*Work-in-progress\*\*: [lab4_testing](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab4_testing#readme)
* Save and fetch data: [lab5_data](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab5_data#readme)
* Manage app lifecycle: [lab6_lifecycle](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab6_lifecycle#readme)
* Access user's data: [lab7_useridentification](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab7_useridentification#readme)
* Access resources from the web: [lab8_webresources](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab8_webresources#readme)
* Create multiple views: [lab9_multipleviews](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab9_multipleviews#readme)
* Publish app in Chrome Web Store: [lab_10_publishing](https://github.com/GoogleChrome/chrome-app-codelab/tree/master/lab_10_publishing#readme)
> This repository contains only the code for the Codelab. Please, make sense of this code by following the step-by-step tutorial in the [Chrome Apps docs site](http://developer.chrome.com/trunk/apps/app_codelab.html)
36 changes: 0 additions & 36 deletions lab1_setup/README.md

This file was deleted.

Binary file removed lab1_setup/imgs/screenshot1.png
Binary file not shown.
Binary file removed lab1_setup/imgs/screenshot2.png
Binary file not shown.
86 changes: 0 additions & 86 deletions lab2_basic/README.md

This file was deleted.

152 changes: 0 additions & 152 deletions lab3_mvc/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions lab4_testing/README.md

This file was deleted.

0 comments on commit 46dfa13

Please sign in to comment.