Randomize is a web application that aims to simplify the process of creating teams by randomly dividing a given number of participants into balanced groups. The goal is to provide an efficient and impartial method of team formation, eliminating the need for manual and subjective methods.
- Randomly divide a specified number of participants into balanced teams.
- Impartial team formation algorithm to ensure fairness.
- User-friendly interface with easy navigation.
- Provision for customizable team size and participant count.
- A lightweight front-end app with fast performance.
- ReactJs, SCSS
- Clone the repository to your local machine: git clone the repository
- Navigate to the project directory:
cd randomize
- Install the required dependencies:
npm i
ornpm install
- Start the development server:
npm start
- Open your browser and navigate to http://localhost:3000
We welcome contributions to this project. If you find a bug or have an idea for a new feature, please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or feedback, don't hesitate to contact us by opening an issue in the repository.