manami-d / Code-for-Aus-exercises

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-for-Aus-exercises

Description

This repo is to practice JavaScript and React.

  • Increment Number

    Write a component that has a button in it (with text Add) and number 0 next to it. When you click on a button, it adds 1 to the number. So after first click, number changes from 0 to 1. On next click, from 1 to 2 and so on.

About

License:MIT License


Languages

Language:JavaScript 49.7%Language:HTML 40.8%Language:CSS 9.4%