An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Hello World AngularJS

📚 A repository to explore and learn **[AngularJS](https://angularjs.org/)** framework.

[![wakatime](https://wakatime.com/badge/github/GuilhermeStracini/hello-world-angularjs.svg)](https://wakatime.com/badge/github/GuilhermeStracini/hello-world-angularjs)
[![Maintainability](https://api.codeclimate.com/v1/badges/0bfc92d34eac8cc0b9de/maintainability)](https://codeclimate.com/github/GuilhermeStracini/hello-world-angularjs/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/0bfc92d34eac8cc0b9de/test_coverage)](https://codeclimate.com/github/GuilhermeStracini/hello-world-angularjs/test_coverage)
[![CodeFactor](https://www.codefactor.io/repository/github/GuilhermeStracini/hello-world-angularjs/badge)](https://www.codefactor.io/repository/github/GuilhermeStracini/hello-world-angularjs)
[![GitHub license](https://img.shields.io/github/license/GuilhermeStracini/hello-world-angularjs)](https://github.com/GuilhermeStracini/hello-world-angularjs)
[![GitHub last commit](https://img.shields.io/github/last-commit/GuilhermeStracini/hello-world-angularjs)](https://github.com/GuilhermeStracini/hello-world-angularjs)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0b0d214a673e4f3f98c3958f12a2d66b)](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.