Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atidevs/housn
Housn is a mini project to help practice and learn Angular framework
https://github.com/atidevs/housn
angular angular-cli css3 html5 javascript typescript
Last synced: about 1 month ago
JSON representation
Housn is a mini project to help practice and learn Angular framework
- Host: GitHub
- URL: https://github.com/atidevs/housn
- Owner: atidevs
- Created: 2024-09-06T14:02:34.000Z (4 months ago)
- Default Branch: develop
- Last Pushed: 2024-09-18T09:08:05.000Z (4 months ago)
- Last Synced: 2024-10-15T05:40:51.034Z (3 months ago)
- Topics: angular, angular-cli, css3, html5, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Housn
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.3.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`.
Run `json-server --watch db.json` to spin up a mock json server that serves the housing location data required by the angular app.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Screenshots
![Home Page](./public/screenshots/home_page.JPG)
![Details Page](./public/screenshots/details_page.JPG)