Simple tenzies game, created with React.
It is a project from Scrimba's "Learn React" course, with additional functionalities I added, like: timer, best time, counter, best count, and exit game - as part of my JavaScript developer carrer.
Link to the website: link
- JavaScript (setTimeout, setInterval)
- React (useState and useEffect hooks, custom hook, React.Children)
To run this project (after downloading and installing the packages):
$ npm run dev