Inspiration

The inspiration for the Random Number Generator came from the need for a simple and efficient way to randomly assign project tasks to teammates. The existing options were either too confusing, required a login and registration, did not permit the generation of multiple numbers, or were just not optimal for our needs.

What it does

The Random Number Generator is a simple JavaScript application that generates a specified number of random numbers within a given range. It also has an option to generate only unique random numbers, making it perfect for assigning tasks to team members.

How I built it

I built the Random Number Generator using HTML, and JavaScript. The JavaScript code handles the form submission, validates the inputs, and generates the random numbers.

Challenges we ran into

None, it was a simple task.

Accomplishments that I am proud of

I am proud of creating a tool that is simple, efficient, and meets my needs, as well as those of my teammates perfectly. I am also proud of the validation checks I implemented to ensure the tool works correctly and provides useful feedback to the user.

What I learned

I learned how to host a web application on Github Pages

What's next for Random Number Generator

In the future, we plan to add more features to the Random Number Generator, such as the ability to save the generated numbers and the option to generate numbers with a specific distribution. We also plan to improve the user interface to make it even more user-friendly.

Share this project:

Updates