Skip to content

Repository files navigation

Simple Raffle Number Picker

This is a simple raffle number picker. It is written in Javascript and uses Math.random to pick a random number between 1 and the specified number of tickets. It stores the picked numbers in an array so that they cannot be picked again.

How to install

  1. Clone the repository
  2. Run npm install to install the dependencies

How to run

You can run locally using the vite dev mode;

  1. Run npm run dev to start the dev server

How to build

You can build the project using the following;

  1. Run npm run build to build the project

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages