Skip to content

Code test for potential Carter front-end developers

Notifications You must be signed in to change notification settings

linx8/fed-test

 
 

Repository files navigation

Tech Stack

Created using the following:

  • React 16
  • JavaScript ES6
  • Sass
  • Webpack

Development

Run the following

Git clone repo
npm install

For dev server run

npm run start

Production

Run npm run build, files will be in /dist/

Carter FED Test

Code test for potential Carter front-end developers

The challenge:

Use a heady combination of front-end technologies to produce the card grid layout in /CardGrid.jpg (don't forget to make it responsive). All the content for the cards is in a .json file - read from this to output your cards onto the page.

The JSON can be found here - http://prototype.carter-dev.net/fed-test/items.json

You can use a framework if you like but avoid plugins - no need to change your style, just code how you normally would.

If you have time, apply some nice hover style to the cards, whatever you like.

Comment where needed.

Feel free to ask questions.

Notes

Fonts

Open Sans - weights: 400, 600, 700 Available on Google Fonts

Icons

Arrow & document SVG files are provided in the /svg directory

About

Code test for potential Carter front-end developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • CSS 41.8%