This is an Angular application that lists houses for rent and shows the details of individual houses. Users can search for houses by city, view detailed information about each property including photos, available units, wifi, laundry.
- Search by City
- Detailed Property Information
- User Data Collection
- Backend Integration
- Angular
- TypeScript
- HTML and CSS
- Angular Forms
- HTTPClient
What You Need:
- Node.js
First you must clone the repository.
# clone repository
$ git clone https://github.com/herikerbeth/homes-app-angular.git
# enter the project folder
$ cd homes-app-angularRun this command to install the dependencies needed to run the app.
# install dependencies
$ npm installNow, we will run the JSON Server.
# run the json server
$ json-server db.jsonFinally, run this command to build and serve the app.
# run the project
$ ng serveIn a web browser on your development computer, open http://localhost:4200
- Use the search bar to find houses in a specific city.
- Click on
Learn Moreto view detailed information about the property. - Fill out the user data form to submit your information to the app service.
Herik Erbeth
https://www.linkedin.com/in/herik-erbeth
Contributions are welcome! Please fork the repository and submit a pull request.
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Commit your changes (
git commit -m 'Add some feature') - Push to the branch (
git push origin feature/your-feature) - Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.

