Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 2.04 KB

File metadata and controls

71 lines (44 loc) · 2.04 KB

📚 Byte Workshops

A collection of hands-on workshops created by and for the Byte Semillero community

Workshops Latest


🎯 About

This repository contains practical workshops designed to help Byte Semillero members learn and practice different technologies and concepts. Each workshop includes starter code, guides, and complete solutions.

Note: All workshop content is written in Spanish 🇪🇸


📋 Workshops

# Workshop Description Technologies Date
1 WebSockets con Socket.IO Build a real-time chat application from scratch Node.js, Socket.IO, React, TypeScript DIC-01-2025

🚀 How to Use

  1. Clone the repository

    git clone https://github.com/ByteProgramming1/workshops.git
    cd workshops
  2. Navigate to the workshop folder you want to explore

  3. Follow the README inside each workshop for specific instructions


📁 Structure

Each workshop follows a consistent structure:

workshop-name/
├── README.md       # Workshop instructions and objectives
├── start/          # Starter code with TODOs and hints
└── final/          # Complete solution (for reference)

📄 License

This project belongs to Byte Semillero. All rights reserved.



Made with 💜 by the Byte Semillero Team