Skip to content

GuilhermeStracini/hello-world-angularjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Hello World AngularJS

πŸ“š A repository to explore and learn both AngularJS and Angular frameworks.

wakatime Maintainability Test Coverage CodeFactor GitHub license GitHub last commit Codacy Badge


About

This repository provides a hands-on introduction to two of the most widely-used front-end frameworks:

  • AngularJS: A JavaScript-based framework for building dynamic web applications.
  • Angular: A modern TypeScript-based framework for building scalable, maintainable, and performance-focused web applications.

Features

  • AngularJS Examples: Explore the basic concepts like directives, controllers, and two-way data binding.
  • Angular Examples: Learn components, modules, services, and reactive programming.
  • Side-by-Side Comparison: Understand the differences between AngularJS and Angular.

Prerequisites

  1. Node.js: Download and install Node.js (LTS version recommended).
  2. Angular CLI: For Angular examples, install Angular CLI:
    npm install -g @angular/cli

Getting Started

AngularJS

  1. Navigate to the angularjs folder.
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm start

Angular

  1. Navigate to the angular folder.
  2. Install dependencies:
    npm install
  3. Start the Angular application:
    ng serve

Resources


License

This repository is licensed under the MIT License.


Contributing

Feel free to contribute to this project by opening issues or submitting pull requests to enhance the examples.