Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mk4levi/tenzies-game-mk
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.
https://github.com/mk4levi/tenzies-game-mk
css3 eslint html5 javascript react-effects react-states reactjs
Last synced: 10 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mk4levi/tenzies-game-mk
- Owner: Mk4Levi
- Created: 2023-07-10T04:59:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-10T15:46:03.000Z (3 months ago)
- Last Synced: 2024-10-07T09:24:35.302Z (about 1 month ago)
- Topics: css3, eslint, html5, javascript, react-effects, react-states, reactjs
- Language: JavaScript
- Homepage: https://tenzies-game-mk.vercel.app
- Size: 185 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
## Website Link => https://tenzies-game-mk.vercel.app/
## Project's Screenshots =>
![image](./src/assets/ss1.png)
![image](./src/assets/ss2.png)Getting Started
1. To get started with this react-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 :
```bash
git clone https://github.com/Mk4Levi/Tenzies-Game-mk.git
```3. Navigate to the Project's directory :
```bash
cd Tenzies-Game-mk
```4. Install all Dependencies used in this Project :
```bash
npm install
```5. Finally, host it on local server :
```bash
npm run dev
```6. Now just search this link in your browser to view the live running application in your Local sysytem :
```bash
http://localhost:5173
```Paths & Files
### Structure of the Folders & Files in this Repo :
```text
.
├── 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