Skip to content

Repository files navigation

AIMIT Banner

πŸ“¦ AngularApp

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.

Angular License Status Maintained By


πŸ‘¨β€πŸŽ“ About Me

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.


πŸš€ Project Overview

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).


πŸ› οΈ Built With

  • βš™οΈ 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

πŸ“ Project Structure

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 documentation

βš™οΈ Installation & Setup

To run the project locally:

1. Clone the Repository

git clone https://github.com/spideyashith/angularapp.git
cd angularapp

2. Install Dependencies

npm install

3. Run the Development Server

ng serve -o

Visit: http://localhost:4200 – the app will auto-open in your browser.


πŸ§ͺ Running Unit Tests

ng test

This will launch the Karma test runner and run all configured test specs.


πŸ“¦ Build for Production

ng build --prod

Output will be generated in the dist/ folder, ready for deployment.


🧰 Useful Angular CLI Commands

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

🀝 Contributing

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!


πŸ“„ License

This project is open-source and available under the MIT License.


πŸ“¬ Contact

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages