Roulette is Simple roulette made in HTML
This project was developed using:
- HTML5 for structure and markup
- CSS3 for design and responsive layout
- JavaScript for client-side functionality
Repository: github.com/JMF-Alex/roulette-html
No external dependencies required. Only a web browser (Chrome, Edge, Firefox, etc.).
- Clone the repository:
git clone https://github.com/JMF-Alex/roulette-html.git- Enter the project directory:
cd roulette-html- Open
index.htmlin your browser.
That's it — the app runs entirely locally!
Once opened, you can:
- Navigate through the application interface
- Use the main features as intended
- Data remains saved locally in your browser
Contributions are welcome!
- Fork the repository
- Create a new branch (
git checkout -b feature/MyFeature) - Commit your changes (
git commit -m "Add new feature") - Push to your branch (
git push origin feature/MyFeature) - Open a Pull Request
Distributed under the MIT license.
See the LICENSE file for more information.
- Base template inspired by Othneil Drew's Best-README-Template
- README Generated with README-Generator
- Developed by JMF-Alex