Ian De Bie

Results 2 issues of Ian De Bie

```import React, { useState } from "react"; function Counter() { const [count, setCount] = useState(0); function handleClick() { setCount(count + 1); } return ( {count} times Add 1 ); }...

please add "hacktoberfest" as a topic per instructions found [HERE](https://dev.to/devteam/happy-hacktoberfest-here-s-how-to-show-up-for-open-source-this-month-4cee) ![image](https://user-images.githubusercontent.com/18206189/95033204-34fd8380-0672-11eb-8198-58a11edadc87.png)