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`.
- Host: GitHub
- URL: https://github.com/amanmandal-m/angular_assignments
- Owner: Amanmandal-M
- Created: 2023-07-13T19:38:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T17:55:34.000Z (over 2 years ago)
- Last Synced: 2025-02-18T02:12:24.361Z (12 months ago)
- Topics: angular-js, css, html, javascript, vercel
- Language: TypeScript
- Homepage: https://github.com/Amanmandal-M/Angular_Assignments
- Size: 309 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.