Skip to content

ChangHorng/tenzies-dice-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This project is using React to build an interactive Tenzies Dice Rolling Game.
React
This project also makes use of the concept of Event Listener, React Hooks (State Hook and Effect Hook) and Conditional Rendering to create and maintain an interactive website.

Getting Started

In order to view the website, you can either open the link below or make a local copy and run it locally.

Link to Website

https://bejewelled-douhua-f896e8.netlify.app/

Local Installation

This part show how you can install and setup the application locally.

  1. Clone this repository
    git clone https://github.com/ChangHorng/tenzies-dice-game.git
  2. Install NPM packages (Make sure you have your npm installed in your laptop)
    npm install
  3. Run the website and click on the link
    npm run dev

Now, you can view the website!