Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jturazzi/gender-reveal

Real-time interactive application for revealing baby gender.
https://github.com/jturazzi/gender-reveal

boostrap express html js nodejs socket-io

Last synced: about 1 month ago
JSON representation

Real-time interactive application for revealing baby gender.

Awesome Lists containing this project

README

        

🧒 Gender Reveal


Gender Reveal est une application simple permettant de révéler le sexe d'un bébé de manière interactive, en utilisant Socket.IO pour la communication en temps réel entre le serveur et les clients.

## Fonctionnalités

- Révélation en temps réel du sexe du bébé (garçon ou fille).
- Compte à rebours interactif pour la révélation.
- Interface administrateur pour contrôler la révélation.
- Affichage en temps réel des connexions.

## Installation

1. Clonez ce dépôt :

```bash
git clone https://github.com/jturazzi/gender-reveal.git
cd gender-reveal
npm install
```

## Utilisation

1. DĂ©marrez le serveur :
```bash
npm run test
```
2. Accédez à l'interface administrateur dans votre navigateur : http://localhost:3000/admin

3. Contrôlez la révélation en sélectionnant le sexe du bébé et en définissant le compte à rebours.

## Contribution

Contributions bienvenues de la communauté. Fork, apportez des modifications, soumettez une pull request.

## Licence

Ce projet est sous licence [MIT](LICENSE).