richardcrng / smarties-challenge

Can you model an arrangement of smarties in software?

Home Page:https://eat-smarties.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smarties Challenge

Specifications

Can you model an arrange of smarties in software?

  • Our coach will want to eat one of your smarties, so please provide a way for them to 'eat' any one of the smarties that they choose. If they 'eat' a smartie it should no longer be counted, visible or eatable.
  • They will want to ask how many smarties of a particular colour there are.
  • Your code will be deployed. They will want to run your code on their computer, without you present, at some point in the future.

Example

Clone repo:

git clone git@github.com:richardcrng/smarties-challenge.git
cd smarties-challenge

Install and then run locally:

npm install
npm run

About

Can you model an arrangement of smarties in software?

https://eat-smarties.now.sh


Languages

Language:JavaScript 88.2%Language:HTML 10.9%Language:CSS 0.9%