This project is a simple random numbers generator. It displays the generated numbers on a webpage and allows the user to start and stop the generation process.
- Start and stop random number generation
- Display generated numbers on a webpage
- Load data from a CSV file
- Open
index.html
in your web browser. - Click the "Iniciar" button to start generating random numbers.
- Click the "Parar" button to stop.
index.html
: The main HTML file that displays the webpage.styles.css
: Contains all the styles for the webpage.script.js
: Contains the JavaScript code that controls the random number generation.LICENSE
: The license for the project.README.md
: This file.
https://cchavezlo.github.io/randomnumbers/
This project is licensed under the GNU General Public License. See the LICENSE file for more details.