Skip to content

DiazAilan/angular-app-review

Repository files navigation

Angular App Review

Overview

This project is an Angular application that allows users to view and apply for housing locations. The application fetches data from a mocked database and displays it in a user-friendly interface.

Getting Started

To get started with the project, follow the instructions below.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js (version 14 or higher)
  • npm (Node Package Manager)

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/DiazAilan/angular-app-review.git
  2. Navigate to the project directory:

    cd angular-app-review
  3. Install the project dependencies:

    npm i

Running the Application

To run the application, you can use the following commands:

  • To launch the Angular application on port 4200, use:

    npm start
  • To run the server with the mocked database (using a Node instance), which will serve the locations data, use:

    npm run serve

Accessing the Application

Once the application is running, you can access it by navigating to http://localhost:4200 in your web browser.

Features

  • View a list of housing locations.
  • Filter locations by city.
  • Apply for housing directly through the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published