AngularJS App in 59 min From Scratch (2017 - 2018)
Learn AngularJS By Making a Project With Project CORE: https://www.ui5cn.com/courses/project-core?coupon=mygift In this video you will create Hangman Game App using AngularJS in 59 min : https://preview.c9users.io/ajaytech/hangman/hangmanApp-master/index.html This is the final App with CSS applied, we will make the core App without CSS in 59 min. Git Hub Code : https://github.com/manasvi2001/hangmanApp ( In this code we have used local AngularJS library and in video we are showing by using CDN ) AngularJS CDN will be used to create the App which is present here: https://ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular.min.js 0:33 : Why AngularJS https://www.madewithangular.com/ 1:26 : What is MEAN Stack and How AngularJS fits in here http://mean.io/ https://angularjs.org/ 2:44 : Setting up Environment https://www.sublimetext.com/3 https://ajax.googleapis.com/ajax/libs/angularjs/1.6.1/angular.min.js 14:20: Hangman Game App https://preview.c9users.io/ajaytech/hangman/hangmanApp-master/index.html 18:21 : How to break the requirements 20:27 : Create the Feature #1 which is to make the input and guessed word. 40:54 : Create Feature #2 which is to take the input and validate with a randomly selected letter. 54:50 : Create Feature #3 which is to update the score. 59:05 : App test basic functionality 59:15 : Corner cases and final scenarios 1:07:43 : Our detailed AngularJS course http://www.ui5cn.com/courses/angularjs?coupon=webinar80 A Brief About AngularJS ------------------------------------------------------------ AngularJS (commonly referred to as "Angular.js" or "AngularJS 1.X") is a JavaScript-based open-source front-end web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications. The JavaScript components complement Apache Cordova, the framework used for developing cross-platform mobile apps. It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications. In 2014, the original AngularJS team began working on Angular (Application Platform). The AngularJS framework works by first reading the HTML page, which has additional custom tag attributes embedded into it. Angular interprets those attributes as directives to bind input or output parts of the page to a model that is represented by standard JavaScript variables. The values of those JavaScript variables can be manually set within the code, or retrieved from static or dynamic JSON resources. According to JavaScript analytics service Libscore, AngularJS is used on the websites of Wolfram Alpha, NBC, Walgreens, Intel, Sprint, ABC News, and about 12,000 other sites out of 1 million tested in October 2016.[3] AngularJS is currently in the top 100 of the most starred projects on GitHub. AngularJS is the frontend part of the MEAN stack, consisting of MongoDB database, Express.js web application server framework, Angular.js itself, and Node.js server runtime environment.
Download
0 formatsNo download links available.