Skip to content

Lyqst/frontendtest

 
 

Repository files navigation

Chess.com - Front End Programming Challenge

Welcome to the Chess.com front end programming challenge!

Instructions

  1. Fork this repository.
  2. Create a VueJS application that satisfies the requirements detailed below.
  3. Provide links to your fork of this repository and a live demo of your application.

Application Requirements

  1. Create a page with a chessboard and a sidebar.
  2. On desktop devices the sidebar should be positioned to the right of the chessboard.
  3. On mobile devices the sidebar should be positioned below the chessboard.
  4. The chessboard should resize responsively to consume available space.
  5. Clicking a chessboard square should highlight the square.
  6. Keep track of which squares are clicked and the order in which they're clicked.
  7. Display the information collected from step 6 in the sidebar.

Questions & Feedback

Please contact Nick Kampa (nkampa@chess.com) with any questions or feedback regarding this challenge.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 68.2%
  • JavaScript 18.7%
  • CSS 10.3%
  • HTML 2.8%