Skip to content

alanbaltabai/tenzies-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenzies game

HTML  CSS JavaScript React 

Table of contents

General info

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

Design

image

Technologies

  • JavaScript (setTimeout, setInterval)
  • React (useState and useEffect hooks, custom hook, React.Children)

Setup

To run this project (after downloading and installing the packages):

$ npm run dev