https://github.com/guilhermestracini/hello-world-angularjs
📚 A repository to learn AngularJS
https://github.com/guilhermestracini/hello-world-angularjs
angular angularjs hello-world helloworld
Last synced: 4 months ago
JSON representation
📚 A repository to learn AngularJS
- Host: GitHub
- URL: https://github.com/guilhermestracini/hello-world-angularjs
- Owner: GuilhermeStracini
- License: mit
- Created: 2025-02-11T10:25:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T10:46:28.000Z (over 1 year ago)
- Last Synced: 2025-07-25T21:51:16.065Z (11 months ago)
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello World AngularJS
📚 A repository to explore and learn **[AngularJS](https://angularjs.org/)** framework.
[](https://wakatime.com/badge/github/GuilhermeStracini/hello-world-angularjs)
[](https://codeclimate.com/github/GuilhermeStracini/hello-world-angularjs/maintainability)
[](https://codeclimate.com/github/GuilhermeStracini/hello-world-angularjs/test_coverage)
[](https://www.codefactor.io/repository/github/GuilhermeStracini/hello-world-angularjs)
[](https://github.com/GuilhermeStracini/hello-world-angularjs)
[](https://github.com/GuilhermeStracini/hello-world-angularjs)
[](https://app.codacy.com/gh/GuilhermeStracini/hello-world-angularjs/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
---
## 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.
---
## Features
- **AngularJS Examples**: Explore the basic concepts like directives, controllers, and two-way data binding.
---
## Prerequisites
1. **Node.js**: Download and install [Node.js](https://nodejs.org/) (LTS version recommended).
---
## Getting Started
### AngularJS
1. Install dependencies:
```bash
npm install
```
2. Start the development server:
```bash
npm start
```
---
## Resources
- [AngularJS Documentation](https://docs.angularjs.org/)
- [Angular Documentation](https://angular.io/docs)
- [Angular CLI Get Started Guide](https://angular.io/cli)
---
## License
This repository is licensed under the [MIT License](LICENSE).
---
## Contributing
Feel free to contribute to this project by opening issues or submitting pull requests to enhance the examples.