=> Tenzies Game is an exciting project built using React.js. This game aims to bring the classic dice game of Tenzies to the digital world, providing a fun and interactive experience for players of all ages. Roll the dice to start the game.
Website Link => https://tenzies-game-mk.vercel.app/
- 
To get started with this react-project, you will need to have
Node.jsandNPMinstalled on your system. - 
First, you need to open a
Terminalin your system andClonethis repository by using : 
git clone https://github.com/Mk4Levi/Tenzies-Game-mk.git- Navigate to the Project's directory :
 
cd Tenzies-Game-mk- Install all Dependencies used in this Project :
 
npm install- Finally, host it on local server :
 
npm run dev- Now just search this link in your browser to view the live running application in your Local sysytem :
 
http://localhost:5173.
├── public/
├── src
│   ├── assets/
│   ├── components/
│         └──Die.jsx
│         └──index.js
│
│   ├──  css/
│         └──style.css
|
│   ├── App.jsx
│   ├── index.jsx
│   ├── vercel.json
│
├── .eslintrc.json
├── .gitattributes
├── .gitignore
├── index.html
├── package-lock.json
├── package.json
├── README.md
├── vite.config.js