Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Randomizer App! This versatile tool helps you to do random thing
https://github.com/real-devance/randomizer-react

Last synced: 20 days ago
JSON representation

Randomizer App! This versatile tool helps you to do random thing

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