Skip to content

sitepoint/frontend-junior-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors