A simple Tenzies game built with React as a learning project.
This project helped me understand React state, props, and component logic.
- Roll dice
- Hold dice
- Win detection
- Reset game
- Simple and clean UI
- React
- JavaScript (ES6)
- CSS
Screenshot of the Tenzies game interface.
- Managing state with
useState - Passing data using props
- Conditional rendering
- Handling events in React
- Building reusable components
npm install
npm run devThis project was built for learning purposes to improve my React skills.
