Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there some open source web application using AngularJS? [closed]

I want to use AngularJS in my next WebApp project, before I start, have 2 questions want to ask:

  1. Is AngularJS suitable for Mobile WebApp development?
  2. If there is any open source application using AngularJS that I can take as references when I using AngularJS?
like image 565
aztack Avatar asked May 07 '13 09:05

aztack


2 Answers

  1. Yes.

  2. Reference application for AngularJS:

    https://github.com/angular-app/angular-app

    The idea is to demonstrate how to write a typical, non-trivial CRUD application using AngularJS. To showcase AngularJS in its most advantageous environment we've set out to write a simplified project management tool supporting teams using the SCRUM methodology. The sample application tries to show best practices when it comes to: folders structure, using modules, testing, communicating with a REST back-end, organizing navigation, addressing security concerns (authentication / authorization).

like image 90
CD.. Avatar answered Sep 21 '22 23:09

CD..


http://builtwith.angularjs.org/ & filter by tag "Open Source".


builtwith.angularjs.org was created by AngularJS Team. It became a community standard when it comes to boasting about your project. It will be more accurate than sophisticated google query.

like image 23
vucalur Avatar answered Sep 20 '22 23:09

vucalur