A simple test for front end developer candidates.
- Fork or clone this repo.
- Set up a static project that includes a basic build system.
- Develop a page based on the design using SCSS and a templating language of your choice.
- If you are completing this test as part of a job application please include a zip file of your project with your application.
- Your repo needs to include at minimum anything required to build the compiled HTML and CSS, if applicable.
Your solution should be documented in a
README.md
file explaining how to setup and run the app. - Use best practice.
- Show us what you're capable of without using CSS frameworks.
- Cross browser compatibility is important.
- Try not spend too much time on it.
- Use methodoligies like BEM/SMACSS in your CSS
- Accessibility
- Consume dependencies with tools like NPM/Yarn
- Compile any assets with a build tool like NPM scripts, gulp, webpack etc
- CSS linting
- Include a simple local dev server
- Using modern approaches for the grid system