A simple dice game built with React, styled components, and useState.
Live version of this Project can be accessed at https://modern-dice-game.vercel.app/
To run the project, you will need to have Node.js and npm installed. Once you have those installed, you can run the following commands:
npm install npm start
This will start the development server on port 3000. You can then open your browser and go to localhost:3000 to see the project.
The project includes the following features:
A simple dice game UseState to manage the state of the game Props to pass data to the components Styled components to style the components To Do The following are some things that could be improved in the project:
Add more features to the game Improve the styling of the components Add unit tests
This project was created by github.com/killshotroxs.