Skip to content

Sa-YoorHeadley/tenzies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tenzies

Tenzies game made using React

last update open issues


Description

This is my solution to the Tenzies project on Scrimba.

Concepts Used

  • Components, Props
  • useState, useEffect
  • Event Listeners, Conditional Rendering, Class toggling, Animations
  • CSS Variables, Flexbox, Grid

screenshot

Instructions

  • The player needs to roll dice until they are all the same.
  • Clicking on a dice, freezes it at its current value between rolls.

Live URL


Tech Stack

  • React
  • Javascript
  • SCSS
  • HTML

Prerequisites

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Run Locally

Clone the project

git clone https://github.com/Sa-YoorHeadley/tenzies.git

Go to the project directory

cd tenzies

Install all the npm packages.

npm install

In order to run the application Type the following command

npm start

The Application Runs on localhost:3000


Acknowledgements