Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.65 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.65 KB

Axelerant: Front-end Interview

Background

This exercise is to test your Front-end skills. You have to take the following designs and convert them to a website.

Before you start

  • Review the designs shared with you.
  • Break the components as per Atomic Design.
    • Following the same pattern Sass can be broken into partials that can be placed in sass directory. For naming classes follow SMACSS and BEM.
  • Please avoid using Bootstrap, Foundation, or similar CSS frameworks

How to start

  • Click on this button to open the sandbox
    Edit axelerant-frontend-exercise
  • Login to Codesandbox using the Sign in with GitHub button on the top right corner. Sign in with GitHub on Codesandbox
  • You can start working on the implementation as per designs
  • To update the markup update the index.html file
  • You can write styles in src/sass/styles.scss and create new partials in that directory.
  • You can add JS in src/js/index.js

But I want to use a framework like React/Angular?

  • Feel free to do so!
  • Create a new sandbox on Codesandbox with your framework of choice Create a new sandbox with framework of your choice

Brownie Points for:

  • Showcasing use of CSS Grids and Flex
  • Addressing a11y issues
  • Keeping things performant

Submission

  • After you are done with the exercise share the link to your forked sandbox to us.