Welcome to the Dice Game repository! This project offers a fun and interactive dice game where users can test their luck and strategic skills. The objective is simple: choose a number between 1 and 6, roll the dice, and see how your selected number fares against the roll.
Make sure you have the following installed on your machine:
- Node.js: Download Node.js
- npm: (comes with Node.js installation)
-
Clone the repository:
git clone https://github.com/md61421/Dice-Game.git
-
Navigate to the project directory:
cd dice-game -
Install dependencies:
npm install
In the project directory, you can run the following commands:
Runs the app in development mode. Open http://localhost:5173 to view it in your browser.
The page will reload if you make edits.
src: Contains your React application code.public: Contains static assets that should be publicly accessible.
Feel free to customize the project as per your requirements. You can add more dependencies, configure ESLint, add testing libraries, etc.
This project is licensed under the MIT License.
To learn more about Vite and React, check out the following resources:
Happy coding!
