Skip to content

Update README.md #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# AddressBookAngular
The aim of this self-project is to create a web-app "Address Book" to test the knowledge of basic AngularJS learned by going through basic online tutorials available easily.
The purpose of this self-project is to build a web application called "Address Book" to test the AngularJS fundamentals that were taught by following the simple, readily accessible online courses.

## Getting Started:

1. To begin with angularJS, one must start with understanding the MVC structure of angular, which makes it easier to understand the further concepts and also why it is such a popular framework.
2. This project uses gulp - a streaming build system, for one task - SASS to CSS, to get a little overview, hands-on of the build system and to make ourselves familiar with modern web-development tools
3. To create an address book app and to learn angularJS, a total beginner path is as follows;
2. This project uses gulp - a streaming build system, for one task - SASS to CSS, to get a little overview, hands-on of the build system and to make ourselves familiar with modern web-development tools.
3. To create an address book app and to learn angularJS, a beginner path is as follows;
<br/> (Basics of HTML, CSS and Javascript is required)
1. Start with the basic free course from CodeSchool [Shaping up with Angular js](https://www.codeschool.com/courses/shaping-up-with-angularjs)
this will clear a little basics and gives a fair idea about how angularJS works.
<br/>Once your complete the tutorial, their wrap-up video shows a lot of interesting websites to study angularJS like
1. Start with the basic free course from CodeSchool. [Shaping up with Angular js](https://www.codeschool.com/courses/shaping-up-with-angularjs)
This will clear a little basics and gives a fair idea about how angularJS works.
<br/>Once you complete the tutorial, the wrap-up video shows a lot of interesting websites to study angularJS like
[egghead.io](https://egghead.io/lessons/angularjs-building-an-angular-app-eggly-introduction),
[thinkster.io](https://thinkster.io/topics/angular) etc..
2. The second free course is from CodeAcademy [Learn AngularJS1.X](https://www.codecademy.com/learn/learn-angularjs)
3. Both the above courses help us to understand the working of angularJS by giving different challenges, exercises and a different approach to the same basics thereby giving a broader picture of the fundamentals.
4. Lastly the course on Udemy on [AngularJS for beginner](https://www.udemy.com/angularjs-for-beginners-udemy/learn/v4/overview) will clear most of the doubts and you can create an app like AddressBook all by yourself.
3. Both of the above courses help us to understand the working of angularJS by giving different challenges, exercises and a different approach, thereby giving a broader picture of the fundamentals.
4. Lastly the course on Udemy [AngularJS for beginner](https://www.udemy.com/angularjs-for-beginners-udemy/learn/v4/overview) will clear most of the doubts and you can also create an app like AddressBook all by yourself.
4. Also to set up a build process [Gulp for beginners](https://css-tricks.com/gulp-for-beginners/) by css-tricks is a very helpful article.
<br/></br>

Expand Down