Skip to content

This is an Angular application designed to explore a list of houses with relevant information about location, services, and availability. It is a simple app built to demonstrate the use of reactive forms, services, and component communication. Deployed Link:

License

Notifications You must be signed in to change notification settings

Asfales/HomesAngularv19-App

Repository files navigation

🏠 Angular Housing App

This is an Angular application designed to explore a list of houses with relevant information about location, services, and availability. It is a simple app built to demonstrate the use of reactive forms, services, and component communication in Angular.

Main Features:

  • 📄 Dynamic Housing List: View a collection of properties with details like city, state, description, and more.
  • 🔎 Search Filter: Find properties by filtering the list by city in real time.
  • 📩 Application Form: Users can submit applications by entering their first name, last name, and email.
  • 🌐 Component Communication: Utilizes parent-child communication to pass data and update the interface.
  • 📡 Service Integration: Manages housing data through a dedicated service.

Technologies Used:

  • Angular: Main framework.
  • Bootstrap: For layout and styles.
  • TypeScript: Programming language.
  • CodeSandbox: For web hosting.

Deployed Link:

🔗 Explore the App

How to constribute with:

  • Install Angular if you don't have it installed

    npm install -g @angular/cli

  • Clone this branch to your local machine

    git clone -b homes-app-start [email protected]:angular/codelabs.git homes-app

  • Once the code has been downloaded

    cd homes-app

  • Install the depencies

    npm install

  • Run the application

    ng serve

About

This is an Angular application designed to explore a list of houses with relevant information about location, services, and availability. It is a simple app built to demonstrate the use of reactive forms, services, and component communication. Deployed Link:

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published