Sin descripción
  • JavaScript 77.2%
  • HTML 16.7%
  • CSS 6.1%
Buscar un archivo
Archivos del repositorio (primero la última confirmación)
Nombre del archivo Mensaje del último instantánea Fecha de la última instantánea
Javi López G. ef43b13806
Algunas comprobaciones fallaron
Documentation / docs (push) Has been cancelled
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Update README.md
2025-12-29 19:34:39 +01:00
.firebase Use creator name instead of id in active boards. 2025-12-22 00:34:56 +01:00
.github/workflows Create scorecard workflow. 2025-12-29 19:27:50 +01:00
docs/assets Add screenshot. 2025-12-29 18:58:34 +01:00
public Second commit. 2025-12-21 22:11:04 +01:00
src Correction Play ID->Game ID. 2025-12-23 11:28:23 +01:00
.env.example First commit 2025-12-21 21:56:20 +01:00
.firebaserc Second commit. 2025-12-21 22:11:04 +01:00
.gitignore First commit 2025-12-21 21:56:20 +01:00
eslint.config.js First commit 2025-12-21 21:56:20 +01:00
firebase.json Third commit. 2025-12-21 22:18:47 +01:00
index.html First commit 2025-12-21 21:56:20 +01:00
LICENSE docs: create initial documentation 2025-12-29 18:39:27 +01:00
package-lock.json Solve problems with configuration. 2025-12-21 23:50:16 +01:00
package.json fix: resolve documentation workflow, badges, and version 2025-12-29 18:49:43 +01:00
postcss.config.js First commit 2025-12-21 21:56:20 +01:00
README.md Update README.md 2025-12-29 19:34:39 +01:00
tailwind.config.js First commit 2025-12-21 21:56:20 +01:00
vite.config.js First commit 2025-12-21 21:56:20 +01:00

Table of Contents

Bingo Social Logo

Bingo Social

A real-time bingo card creator for social events.

GitHub Workflow Status GitHub package.json version Deployment OpenSSF Scorecard

Typing SVG

🚀 What is Bingo Social?

Bingo Social is a real-time bingo card creator that allows multiple users to play together in real-time. It's perfect for social events, company gatherings, or just for fun!

Key Features

  • Real-time updates: Thanks to Firebase Firestore, all users see the same bingo card and updates in real-time.
  • No login required: Anyone with the link can access the card and play.
  • Customizable cards: You can create your own bingo cards with custom text.
  • Fun and interactive: A great way to engage with your friends, family, or colleagues.

🚀 Quick Start

To get started, you can either use the hosted version at bingo-social.web.app or run it locally.

Local Installation

  1. Clone the repository:
    git clone https://github.com/JaviLopezG/bingo-social.git
    
  2. Install the dependencies:
    cd bingo-social
    npm install
    
  3. Run the development server:
    npm run dev
    

📦 Dependencies

🧑‍💻 Usage

User Stories

As a user, I want to be able to create a new bingo card with custom text.

As a user, I want to be able to share the bingo card with my friends.

As a user, I want to be able to see the bingo card updates in real-time.

Code Snippets

// src/App.jsx

import React from 'react';

const App = () => {
  return (
    <div className="App">
      <h1>Bingo Social</h1>
      {/* Your code here */}
    </div>
  );
};

export default App;

🗺️ Roadmap

This is a "weekend project" and future development depends on community interest. If you have any suggestions or feedback, please feel free to open an issue or a pull request.

📸 Screenshot

Bingo Social Screenshot

🤝 Contributing

Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

📝 License

This project is BSD-3-Clause licensed.