Code Monkey home page Code Monkey logo

front-end-interview-task's Introduction

Front end developer interview task

Time

Completing the test should take around 1 - 2 hours. You're not being timed, but the task is designed to be simple and quick to complete - if you find yourself coming up against issues or the task is taking too long, please get in touch.

Task

We want you to build a page using the Hackney front end pattern library. You can see the pattern library components at https://lbh-frontend.herokuapp.com/.

Your page should include Hackney branded content, including at least a header, a title, a paragraph (you can find header and paragraph examples on our typography page) and a button. We'd also like you to add a simple image with caption; this does not exist in the pattern library and will need to be created from scratch.

We have created this basic repository as a starting point, please copy or fork this code to a new public repository and push your work there once finished. Bring a link to the repository along to your interview where we will ask you to talk us through the code you have written.

Structure

You should put all of your markup (you can use html and/or nunjucks) in index.html. If you use nunjucks you may choose to extend our base nunjucks template.

We have set up a base scss file in /app/assets/scss/app.scss which gets built to /public/app.css. We have set up a base js file in /app/assets/js/main.js which gets built to /public/main.js. Use these files to include styles and scripts from the pattern library, as well as writing any bespoke code that you need (feel free to add extra scss/js files as you see fit). You will need to add /public/app.css and /public/main.js to index.html as these are not included automatically.

Prerequisites

Node (built using v10.15.1, you may find nvm useful), npm

Installation:

Run:

npm install

Running

Run:

npm start

This will start up a local server on host 9000, so you should be able to view the site at http://localhost:9000. It will run a watch task and compile your javascript and styles. We are using Gulp in this repository but you shouldn't have to touch that - you won't be assessed on anything to do with build tools in this task.

Questions

If you have any questions please email [email protected]. Nothing here is meant to trip you up, so if you have problems please do get in touch.

Good luck!

front-end-interview-task's People

Contributors

lbhelewis avatar

Stargazers

Liam Matthews Murray avatar

Watchers

James Cloos avatar  avatar

Forkers

diva1010

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.