Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.21 KB

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!