Skip to content

A simple project for front-end engineer candidates to complete as a code sample before interviewing

Notifications You must be signed in to change notification settings

dannyk08/fe-sample-project

 
 

Repository files navigation

Shopping Cart Project

This simple project is intended to give us a taste of your personal coding style. Please do your best to create an interactive and responsive UI that matches the mockups in the PDF file in this repo. Don't fret over completeness or correctness of the product. We would like to see what you can produce in just a few hours of coding. We're looking for your approach to the problem, how you organize your code, what features you see in the mockup and any ways you might improve things. To submit the code to us, fork this project and send us a link to your code on github.com.

We used the Lato font in the example and have provided stock images for you to work with. The data about the products can be found in the JSON payload file. Feel free to use any modern framework that works for you. In house we like to see React, Angular, jQuery, and plain old JS! There's no need to code up a backend to this but you are welcome to do so if you want to. :) For more guidance check out our job listing

Happy coding!

Vue Cart Project Completed | Thank you!

This project was completed using Vue.js and Vuex which is Vue's equivalent of Redux

Basic state management allows for addition of products into the cart

Starting the Project

The project will start on port 8080 or visit this link

git clone
cd {project}
yarn
yarn serve

About

A simple project for front-end engineer candidates to complete as a code sample before interviewing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 89.0%
  • Vue 7.9%
  • JavaScript 2.9%
  • HTML 0.2%