/angular-housing

Housing application

Primary LanguageTypeScript

Housing Application - Angular

tauhid-housing-1

Table of Contents

Introduction

The Housing Application built with Angular is a web application designed to help users search for housing listings. The application fetches data from a JSON server acting as a mockup, allowing users to explore available housing options conveniently.

Demo

Housing Application Demo

Check out the live demo here!

Features

  • Search Functionality: The application provides a search feature to find housing listings based on user preferences.
  • Housing Listings: Users can browse through a list of available housing options with relevant details.
  • JSON Server Mockup: Data for the housing listings is fetched from a JSON server acting as a mockup.

Installation

To run the Housing Application locally, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/your-username/housing-application.git
  1. Navigate to the project directory:
cd housing-application
  1. Install the required dependencies:
npm install
  1. Start the development server:
ng serve
  1. Open your web browser and go to http://localhost:4200 to explore the Housing Application.

Usage

  1. Visit the live demo link here or run the application locally as explained in the Installation section.
  2. Use the search functionality to filter according to city.
  3. Browse through the available housing listings that match your search criteria.
  4. Click on a listing to view more details and contact information for the property.

Technologies Used

  • Angular
  • JSON Server