A simple Angular project scaffolded using Angular CLI. This repository is part of my academic work submitted as a college record program during my MSc Software Technology course at St Aloysius College (Deemed to be University), AIMIT.
Hello! Iβm Ashith Fernandes, a postgraduate student pursuing M.Sc. Software Technology at
π St Aloysius College (Deemed to be University), AIMIT β Mangaluru, India.
This project is part of my college record submission to demonstrate core Angular concepts and frontend development using modern tools and frameworks.
AngularApp is a starter project built with Angular CLI, showcasing the use of components, modules, routing, and reactive features of Angular.
It acts as a solid base for building larger applications like SPAs (Single Page Applications), admin dashboards, or PWA (Progressive Web Apps).
- βοΈ Angular β Component-based frontend framework
- π TypeScript β Strongly typed JavaScript superset
- π RxJS β Reactive programming for asynchronous events
- π§ Angular CLI β Tooling to develop and scaffold Angular apps
angularapp/
βββ src/
β βββ app/ # Core components and modules
β βββ assets/ # Images, styles, and static files
β βββ environments/ # Development and production settings
β βββ index.html # Main HTML shell
βββ angular.json # Angular workspace configuration
βββ package.json # Project metadata & dependencies
βββ README.md # Project documentationTo run the project locally:
git clone https://github.com/spideyashith/angularapp.git
cd angularappnpm installng serve -oVisit: http://localhost:4200 β the app will auto-open in your browser.
ng testThis will launch the Karma test runner and run all configured test specs.
ng build --prodOutput will be generated in the dist/ folder, ready for deployment.
| Command | Description |
|---|---|
ng serve |
Launch dev server and auto-reload browser |
ng build |
Create an optimized production build |
ng test |
Run unit tests via Karma |
ng generate component |
Generate a new Angular component |
ng generate service |
Generate a service file |
Since this is part of my academic work, external contributions aren't expected β but feel free to fork the project and use it as a base for your own Angular learning!
This project is open-source and available under the MIT License.
If you'd like to connect or ask about this project:
π Made with dedication for academic learning and frontend development practice.
βLearning never exhausts the mind β it only ignites it.β
π Thank you for visiting this project!
If you found it helpful, feel free to β star the repository.
Β© 2025 Ashith Fernandes Β· St Aloysius College (Deemed to be University), AIMIT
