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

https://github.com/amanmandal-m/angular_assignments

This Repository contains two basics assignments one for print `Hello World` and second for `Create a Counter App`.
https://github.com/amanmandal-m/angular_assignments

angular-js css html javascript vercel

Last synced: 7 months ago
JSON representation

This Repository contains two basics assignments one for print `Hello World` and second for `Create a Counter App`.

Awesome Lists containing this project

README

          

Angular Projects

This repository contains two Angular projects:

1. **Hello World** - A simple "Hello World" application.
2. **Counter App** - A basic counter application.

## Hello World

The Hello World project is a simple Angular application that displays the message "Hello World from Angular". It serves as an introduction to Angular's foundational elements.

**Live Demo**: [Hello World Demo](https://hello-world-angular-sandy.vercel.app/)

## Counter App

The Counter App is a basic Angular application that allows you to increment and decrement a counter. It provides an opportunity to practice using Angular components, event binding, and data binding.

**Live Demo**: [Counter App Demo](https://counter-app-angular-phi.vercel.app/)

## Getting Started

To get started with either project, follow the instructions provided in their respective directories.

- For the Hello World project, refer to the [hello-world](./hello-world) directory.
- For the Counter App project, refer to the [counterApp](./counterApp) directory.

## Development

Both projects were built using Angular and follow the typical Angular development workflow. Make sure you have the necessary tools and dependencies installed before running the projects locally.

## Contributions

Contributions to this repository are welcome. If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request.