An open API service indexing awesome lists of open source software.

https://github.com/real-devance/randomizer-react

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.
https://github.com/real-devance/randomizer-react

css javascript react reactjs

Last synced: 5 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# Randomizer App 🎲
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.

**[Live Demo](https://randomizercdprr.netlify.app/)**

## Features
- **Coin Toss** 🪙
- **Dice Roll** 🎲
- **Random Password Generator** 🔑
- **Random Number Picker** 🔢
- **List Shuffler** 🔀

## 🛠️ Implementation Details
- **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.

## 🚀 Get It Running

```bash
# 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
```
## 🧰 Tech Stack
- ⚛️ React
- 🟦 JavaScript
- 🎨CSS
- ⚡ Vite