- Angular Registration app built following a Lynda.com course
- After completing the course, I refactored the code to use Bootstrap
- Initially, the course did not use Bootstrap, instead used a single stylesheet
- Stylesheet file had 650+ lines initially. Less then 65 lines afterwards.
- Fixed an error where deleting one award would delete all awards for a user
- Click here for a live demo of the app
- Either create a dummy user (fake or real domain) - You will not receive any emails whatsoever!
- Or use '[email protected]' and 'password' for email and pass respectively
-
This is part two of a two-part series course. Click here to go to the first part.
-
Description:
Want to create data-driven web applications? AngularJS is a great choice. With these tutorials, you'll learn to build apps that allow multiple users to push and pull data at the same time, in real time. Ray Villalobos starts the course where AngularJS: Adding Registration to Your Application left off: a simple application that checks users in and out of meetings. Ray then shows you how to enhance the existing app with new views and controllers and reward random checked-in users with prizes.
Although it's easy to learn, AngularJS can be hard to master. With these project-based lessons, you'll learn how the framework works in the real world, and see how data-driven programming can help your apps react to real-time data streams. -
Topics include:
* Creating a new view * Adding, showing, and deleting database records * Using events to track meetings * Adding a form to the app * Creating methods * Controlling views with classes