This project is a simple React application that allows users to add people to a list and select a specific number of them randomly.
- Add people to the list.
- Input the number of people to select.
- Select people randomly from the list.
- Display the selected people.
- Confetti effect when displaying the selected people.
Follow these steps to install and run the project:
-
Clone the repository to your local machine
-
Install the project dependencies:
npm install -
Run the application in development mode
npm start -
Open your browser and visit http://localhost:3000 to see the application in action.
- React
- Next
- TypeScript
- Tailwind CSS
- react-confetti (for the confetti effect)
This project is licensed under the MIT License. See the LICENSE file for more details.
