Welcome to the Dice Game!
A fun and interactive game built with React and styled-components.
- ๐ฒ Roll the dice and test your luck!
- โก Responsive and modern UI with styled-components
- ๐ง State management using React's
useState
hook
- React โ For building the user interface
- styled-components โ For component-level styling
- JavaScript (ES6+)
- How and when to use the
useState
hook for managing component state - Structuring React components for clarity and reusability
- Styling React apps efficiently with styled-components
- Enhancing user experience with interactive UI elements
- Clone the repository:
git clone https://github.com/your-username/dice-game.git
- Install dependencies:
npm install
- Run the app:
npm start
Have fun rolling the dice!
Feel free to contribute or suggest improvements.
Made with โค๏ธ using React & styled-components