Meetingroom-finder-frontend

Implement a meeting room search app which can show the location of any meeting room in NYC office using ember.

The app should have

  • About page to display relevant information.
  • Search page with auto complete feature.
  • Result page to display meeting room location.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd meetingroom-finder-frontend
  • npm install
  • bower install

Further Reading / Useful Links