Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/real-devance/randomizer-react
- Owner: real-devance
- Created: 2024-07-21T17:13:35.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T10:28:48.000Z (5 months ago)
- Last Synced: 2024-11-08T08:15:59.226Z (2 months ago)
- Language: JavaScript
- Homepage: https://randomizercdprr.netlify.app/
- Size: 64.5 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