Skip to content

Gisto/builtwith.angularjs.org

This branch is 2 commits ahead of, 137 commits behind angular/builtwith.angularjs.org:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ee55d5 · Jun 9, 2013
Aug 24, 2012
May 17, 2012
May 17, 2012
Jun 26, 2012
Aug 16, 2012
Jun 9, 2013
Aug 30, 2012
Oct 12, 2012
Jan 29, 2013
Aug 16, 2012
May 17, 2012
Aug 30, 2012
Jan 28, 2013
May 25, 2012
May 25, 2012
May 25, 2012
May 25, 2012

Repository files navigation

builtwith.angularjs.org

Gallery of AngularJS apps and demos.

Adding your neat thing

  1. Fork this repository.

  2. Add a 580 by 400px thumbnail image to projects/[yourprojectnamehere]/thumb.png

  3. Add an entry to projects/projects.json with these properties:

    {
      "name": "My App",  // will be displayed under the screenshot
      "thumb": "my-app/thumb.png", // path to the image (omit the projects/ prefix)
      "desc": "Description of your app", // One or two sentences
      "url": "http://myapp.com", // url to your app
      "info": "http://myapp.com/blog", // url to app announcement or background
      "src": "https://github.com/me/myapp", // (optional) Url to your source repository
      "submitter": "IgorMinar", // your github username
      "submissionDate": "2012-05-24", // current date in ISO format
      "tags": [
        "Demo", "Production", "Toy" // choose your app seriousness level (for plunks or fiddles use "Toy")
        "Game", "CRUD", "Entertainment", "Productivity", ... // choose your app type
        "Animations", "Local Storage", "Audio Api", "AppCache", ... // features and technologies
        "No jQuery", "jQuery" // do you use jQuery?
        "Open Source", // tag open source projects
        "Tests Included" // use if open source and tests are included
        ... // others?
      ]
    }
    
  4. Make sure that it looks alright by running ./web-server.js (requires Node.js)

  5. Send a pull request

About

builtwith.angularjs.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • Python 1.3%
  • PHP 0.8%