A basic Counter created with Javascript for the Start2Impact Master in Full Stack Development.
- This is a simple counter. It has three buttuns to add and subtract numbers or to reset the value of the counter.
- It does not allow the user to count negative numbers and it alerts the user with a paragraph that pops-up if the user try to subtract from zero.
- The elements of the page have been created by manipulating the DOM in JS.
- HTML
- CSS
- JavaScript