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.
- Host: GitHub
- URL: https://github.com/real-devance/randomizer-react
- Owner: real-devance
- Created: 2024-07-21T17:13:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-23T15:41:11.000Z (8 months ago)
- Last Synced: 2024-12-31T07:20:10.182Z (6 months ago)
- Topics: css, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://randomizercdprr.netlify.app/
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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