GithubHelp home page GithubHelp logo

fetest's Introduction

Senior FE Assignment

Overview

The following repo is an implementation of a Senior Frontend Engineer assignment.

See docs/install.md for instructions on getting everything set up.

See docs/todo.md for a todo list.

Assignment

Your challenge is to replicate the attached screenshots of the homepage of a mocked store front template. You are free to build the interface as you deem appropriate (front end frameworks; JS libs; web standards; OOCSS).

Think of this page as part of a much larger site (i.e. don’t treat this as just the one page), and think about how components (for example, the sidebar widget) can be easily re-used in other parts of the page and site.

We are expecting that your code will be ‘production like’, so take care.

Browser support: IE7+, latest Firefox, Chrome and Safari

Core Technical Choices

  • Foundation v4: this allows me to get up and running very quickly with a grid and some decent css, rather than hand-crafting everything from scratch. A few JS modules that come in handy as well. I'd customise this later.
  • Node.js, Express: Server-side tech for rendering. Basic server-app, to be replaced later with some established framework, like Sails.js.
  • Git: The VCS of choice.
  • Grunt: For automating tasks like minification etc. Very useful swiss-army knife. Moar Node!

Other choices and notes

  • Compass: What Foundation uses for compiling its SCSS. Useful utilities like sprite generation.
  • Zepto, with jQuery fallback for IE. Since conditional comments are not supported in IE10, we use document.write instead. This is a Foundation4 decision. Still need to research this in terms of IE7 support for Foundation v4.

fetest's People

Contributors

scottmaclure avatar

Watchers

 avatar  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.