Giter VIP home page Giter VIP logo

ig-frontend's Introduction

IG-FrontEnd

Sample app for interview.

Summary: Please recreate this page using Angular 2 and NG2Bootstrap.

The user should be able to type in various input fields. Upon pressing the search button, a bootstrap modal pops up displaying the information the user had previously typed in.

Dont wory about the styling of the form fields/page as a focus, this is mainly a test of angular and javascript

A samples structure for the app may be if you need a place to start:

APP
  |
   SEARCH PAGE
    - search-page.component.ts
    - search-page.component.html
    - search-page.component.scss
  |
   SEARCH MODAL
    - modal.component.ts
    - modal.component.html
    - modal.component.scss

Here are some useful links to get you started:

**Angular Documentation:**

https://angular.io/docs/ts/latest/guide/ : general info
https://angular.io/docs/ts/latest/cookbook/component-communication.html : interacting between components (may be useful for modal)
https://angular.io/docs/ts/latest/guide/forms.html : Forms (template driven is probably your best bet)

**Angular CLI**

https://github.com/angular/angular-cli (Tool used for compiling/generating components - can be very useful)

**NG2 Bootstrap

https://valor-software.com/ng2-bootstrap/#/modals : The modal we use, the documentation should point you in the right direction for making one.

** IMPORTANT TO LAUNCH APP **

Fork the application and then follow the directions on the cli to get started. Should look like...

npm install -g angular-cli

After you have installed angular-cli use the command...

ng serve

This will launch your application.

Goodluck!! ๐ŸŽ‰

ig-frontend's People

Contributors

samgrayson avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

maggiemccain

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.