A Simple and fun React-based dice game where users test their luck by selecting a number and rolling a dice.
To run this project locally:
#Clone the repo
git clone https://github.com/palakpraneet/DiceGame.git
#Install dependencies
npm install
#Start the development server
npm run dev