Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jturazzi/gender-reveal
- Owner: jturazzi
- License: mit
- Created: 2023-07-12T08:21:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T11:33:58.000Z (9 months ago)
- Last Synced: 2024-03-25T12:55:29.157Z (9 months ago)
- Topics: boostrap, express, html, js, nodejs, socket-io
- Language: HTML
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-fr.md
- License: LICENSE
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/admin3. 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).