Skip to content

MayPaw/scrimba-project_tenzies-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrimba Project: Tenzies Game

The repository contains a project from Scrimba's "The Frontend Developer Career Path" course - Tenzies Game.
The app was created with Create React App.

The goal of the project was to create a simple Tenzies Game as a SPA with React. The design for this application was included with the course materials. Most of the app was done following the videos by Bob Ziroll, the tutor of the React module. This included:

  • Game logic
  • Die component

My improvements:

  • created GameIntro component, which provides a welcome message with game instructions
  • moved the game logic to separate component, GameBoard, which renders all of the
    dice, roll count and timer
  • added useTime hook - function containing the timer logic
  • added roll count logic to Gameboard

About

Scrimba Solo Project: Tenzies Game with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published