Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Examples of real world projects on angularjs with source code [closed]

Tags:

angularjs

My team is just starting to learn AngularJs. We have gone through a series of tutorials but we want to see some real world apps to see how things are done in a real working app.

I made some research but was able to find only this project with source code on GitHub.

I will be very grateful if some good people share more apps like this. In my opinion, this is a very good way to get real experience about some new technology.

like image 680
Mdb Avatar asked Feb 07 '14 11:02

Mdb


1 Answers

Goodfil.ms and doubleclick are good examples. If you're looking at hybrid apps take a look at the Sky Sports Cricket score centre with a Cordova type wrapper. Most people won't disclose code of these large projects but Yeoman (yo angular) and seed projects (angular, requirejs, gulp, Browserify) give you a good starting point. You'll also see a lot of examples through the angular documentation to help you get started.

like image 160
sidhuko Avatar answered Nov 01 '22 16:11

sidhuko