Created an app for Rea Group to list their properties and save them.
- Angular CLI - HTML enhanced for web apps!
- node.js - fast node.js network app framework
- Twitter Bootstrap - great UI boilerplate for modern web apps
- SCSS - CSS preprocessor
Open Terminal/Command prompt on your system.
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/innovativeGem/rea-app.git
$ npm install
$ ng serve
For production environments...
$ ng build
As per the project brief, i have achieved following
Added 2 columns for property list and saved properties Loaded Mock JSON data into my application Created a Service to load JSON data Added another child Property component to hold my card template Make app responsive using SCSS and Bootstrap Unit tested my application without any errors I have taken 3 screenshots of my work and placed it in root directory (Desktop, Mobile, Karma Unit Tests)