Giter Club home page Giter Club logo

ambition-interview's Introduction

Build Status

Front End Interview Project

Setup

To setup this project, you'll need the following installed on your system:

  1. node
  2. npm

To install this project, run the following commands:

git clone [email protected]:jmcriffey/interview.git
cd interview
npm install

To run the server, run the following command in the interview directory:

npm start

To make sure your project passes code quality standards, run the following command in the interview directory:

npm test

Once installed, run the test server and go to http://127.0.0.1:8080/ to make sure you see 'Hello World!' inside the green div.

Project Notes

Project Parameters

  • Make an ajax call to the competitor API with the following parameters:
    • firstName=Steve
  • The API returns an object with a 'meta' and 'objects' key. Both will be needed.
  • Edit index.html to display the results in a grid-like container
  • Style the container to reflect the design
    • Use Helvetica for all fonts
    • The showing text at the bottom needs to reflect the number of competitors being shown and the total
      • This can be figured out with the 'count' and 'total' values in the meta object returned by the api
    • Center the container in the middle of the page
  • Use onclick handlers for column headers to allow local sorting on each column
    • The name column should be sorted on the 'lastName' parameter
  • Write some useful tests using Jasmine
  • Make sure your code passes the test suite and linting by running the 'npm test' command.

ambition-interview's People

Contributors

millzilla avatar

Watchers

 avatar

Forkers

druveloper

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.