Monique1129 / frontend-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sitepoint Junior FrontEnd Test

You need to create a simple counter application that can do the following:

  • Add a named counter to a list of counters
  • Increment any of the counters
  • Decrement any of the counters
  • Delete a counter
  • Show a sum of all the counter values

Getting Started

Clone this github repo to your local computer

Yarn:

yarn install
yarn start

NPM:

npm install
npm start

We have included the Bulma (https://bulma.io/documentation/) CSS lib to help you with the style. Feel free to use this or rip it out and do your own.

About


Languages

Language:CSS 95.3%Language:JavaScript 3.9%Language:HTML 0.8%