Code Monkey home page Code Monkey logo

frontend-techtest's Introduction

Frontend Tech Test

This is a technical test to evaluate basic front-end development skills.

Please treat this task like you would any other task at work - feel free to search the web, and try to write code which is easily maintained by others.

This repo contains a template with a collection of social and other links that appear in a page sidebar. These links have a duplication of the link text in the title attribute. This is unnecessary, and must be removed. However, we still want a tooltip to appear when the images are hovered over.

This test uses a front-end application called Shunter that receives data in the form of JSON, and transforms it into HTML. You will need to read some of the documentation to complete the test. Part of the setup has been done for you, and you do not need to read all of the documentation. Focus specifically on the templates/styling/javascript, routing, resources, and layout sections. You might also need to refer to the dust.js documentation.

Before we begin, you'll need to have Node.js installed, this test requires Node.js 4.4.3+

Steps

  1. Fork this repo
  2. Clone your fork on the command line
  3. Create and checkout a branch with your name in it e.g. johnsmith
  4. Make sure the the correct version of Node.js is installed
  5. Install dependencies with npm install
  6. Download, follow the instructions in the README and run the backend application (no work should be needed in this repository)
  7. Make any changes in this repository so that it can receive data from the backend application
  8. Add images to the links provided in the example
  9. Using the data provided, create a tooltip for each of the links, that appears when you hover the link
  10. Submit a pull request with your changes

Acceptance criteria

  1. When hovering over the links, a tooltip should appear
  2. Images should appear inline to the left of the links
  3. There must be no duplication of content
  4. The template should use the data being sent from the backend application
  5. The solution must not interfere with standard browser behaviour
  6. HTML and CSS must validate
  7. The principles of Progressive Enhancement must not be violated
  8. Browser support: IE9+, latest stable release of Chrome, Firefox, Safari
  9. Must be easy to maintain

frontend-techtest's People

Contributors

alexkilgour avatar dotcode avatar

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.