I created this super easy counter as my first friendly beginner Javascript project to practice a little!
This is the view of my project:
When you first click any of those buttons, instead of the image, you'll se a number: it depends on the button you press first.
Here is the link widh which you can reach the page to try my counter: https://mrizienxhi.github.io/counter/
When you click on the Plus button, the number in the middle increase;
When you click on the Minus button, the number in the middle decrese;
When you click on the Reset button, the number become 0.
I wanted to put some of my personality on this project by using colours and details that I like!
For example I used 3 kind of cursors as you can see here below:
I used this corsor: outside the counter, where the background is colorfull;
I used this cursor: inside the counter, where the background is white, to have some contrast;
Last, but not least, I used this pointer: (which is quite similat to the other two pointers) when the cursor slides over the buttons!
That's all, thank's for reading 🙏 hope you'll appreciate my project even if it's a beginner level 🧑💻