This project is using React to build an interactive Tenzies Dice Rolling Game.
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.
In order to view the website, you can either open the link below or make a local copy and run it locally.
https://bejewelled-douhua-f896e8.netlify.app/
This part show how you can install and setup the application locally.
- Clone this repository
git clone https://github.com/ChangHorng/tenzies-dice-game.git
- Install NPM packages (Make sure you have your npm installed in your laptop)
npm install
- Run the website and click on the link
npm run dev
Now, you can view the website!