Skip to content

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. Roll the dice to start the game.

Notifications You must be signed in to change notification settings

Mk4Levi/Tenzies-Game-MK

Repository files navigation

Tenzies Game React-App

=> 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.

Project's Screenshots =>

image image

Getting Started

  1. To get started with this project, you will need to have Node.js and NPM installed on your system.

  2. First, you need to open a Terminal in your system and Clone this repository by using :

git clone https://github.com/Mk4Levi/Tenzies-Game-mk.git
  1. Navigate to the Project's directory :
cd Tenzies-Game-mk
  1. Install all Dependencies used in this Project :
npm install
  1. Finally, host it on local server :
npm run dev
  1. Now just search this link in your browser to view the live running application in your Local sysytem :
http://localhost:5173

Paths & Files

Structure of the Folders & Files in this Repo :

.
├── 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

Thank You

About

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. Roll the dice to start the game.

Topics

Resources

Stars

Watchers

Forks