Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 617 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 617 Bytes

Grid Path Project

A UI project that showcases displaying a grid with the number of possible paths to a particular cell in the grid.

Challenge Instructions

Getting Started

// Install node modules
npm install

// Run dev command
npm run dev

Tests

I've included some basic testing for the grid creation. That said, I have purposely avoided adding specs for the components because it would be quite time consuming setting up the boilerplate for the limited functionality that exists.

You can run them by utilizing the test npm script.

// Run tests
npm run test