Gender Reveal is a simple application to reveal a baby's gender interactively, using Socket.IO for real-time communication between the server and clients.
- Real-time baby gender reveal (boy or girl).
- Interactive countdown for the reveal.
- Admin interface to control the reveal.
- Real-time display of connections.
- Clone this repository:
git clone https://github.com/jturazzi/gender-reveal.git
cd gender-reveal
npm install
- Start the server:
npm run test
-
Access the admin interface in your browser: http://localhost:3000/admin
-
Control the reveal by selecting the baby's gender and setting the countdown.
We welcome community contributions. Fork, make changes, submit a pull request.
This project is licensed under the MIT License.