jdbence / frontend-assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frontend-assignment

Fork this seed project on Github to create your assignment.

Description

In this project, you will be creating a drag and drop system that allows users to place markers on a coordinate grid. Markers should snap to the closest X and Y cordinate.

Requirements

Create a webpage that has a main content area with a left sidebar. In the sidebar, create a list of 4 markers. Each marker displays the X and Y coordinate they should be placed on. In the main content area, use the D3 library to create a 10x10 grid. Below the grid, create a "check" button that is disabled until all items are dragged onto the grid. After the user clicks the "check" button, display correct or incorrect on the screen.

Includes

React, Redux, Webpack, KOA, Babel, ESLint

Installation

//  Install local dependencies
npm install

Build Tasks

// Start dev server
npm start

//  Start dev server with nodemon
npm run dev

// Run tests
npm run test

// Run linter
npm run lint

About


Languages

Language:JavaScript 97.1%Language:CSS 2.1%Language:HTML 0.8%