Skip to content

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

Notifications You must be signed in to change notification settings

cameronadams777/grid-path

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks