A fun and versatile app that lets you randomize anything! Flip coins, roll dice, generate random passwords, and more—let fate decide with a click.
- Coin Toss 🪙
- Dice Roll 🎲
- Random Password Generator 🔑
- Random Number Picker 🔢
- List Shuffler 🔀
- Random Functions: Each tool uses JavaScript's
Math.random()
to generate random values (coin flips, dice rolls, numbers, etc.) - Customizable Settings: Users can adjust the number of dice sides, password length, or number range.
- Responsive Design: The app is mobile-friendly and adapts to any screen size.
# clone
git clone https://github.com/real-devance/randomizer-react.git
# navigate to the project directory
cd randomizer-react
# Install dependencies
npm install
# run
npm run dev
- ⚛️ React
- 🟦 JavaScript
- 🎨CSS
- ⚡ Vite