Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 301 Bytes

File metadata and controls

5 lines (3 loc) · 301 Bytes

Simple React App

Run npm install then npm run dev to start the application.

One way to improve this would be to create a Button component that you use inside the Buttons component that you reuse in different ways depending on whether you are incrementing, decrementing or resetting the score.