pstephenwille / lows-test-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LowsTestProject

Shows a basic Hotel detail's page with an image carousel. This is an Angular app with mostly static content but also one json request for the 'availiable rooms' section below the Carousel. It also has some basic responsiveness, and units tests. Time did not allow for any e2es.

To run the app you'll need Node v10.9 +

  1. git clone git@github.com:pstephenwille/lows-test-app.git
  2. cd into lows-test-project
  3. run npm i
  4. run npm start
  5. tests: run npm run test

This project was generated with Angular CLI version 8.3.10.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About


Languages

Language:TypeScript 58.5%Language:HTML 20.9%Language:CSS 15.9%Language:JavaScript 4.7%