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

https://github.com/pol-cova/web101

Web101 course: Introducción a desarrollo web fullstack con nextjs
https://github.com/pol-cova/web101

course nextjs web webdev

Last synced: 11 days ago
JSON representation

Web101 course: Introducción a desarrollo web fullstack con nextjs

Awesome Lists containing this project

README

          

# AI Taller — Swift Changemakers Hackathon 2026

Taller web de IA on-device con Swift. Contenido estructurado en lecciones interactivas con diagramas, snippets de código con botón de copiar, y recursos oficiales de Apple.

## Contenido del taller

- **Parte 1 — Overview de los frameworks**: Vision, Natural Language, Core ML y Foundation Models. Human Centered AI y cómo elegir el framework correcto.
- **Parte 2 — Hands-on**: Demos en vivo con código real para Vision (OCR), Natural Language (sentimientos) y Foundation Models (chat on-device).
- **Parte 3 y 4 — Estrategia y recursos**: Cómo combinar frameworks, presentar ante jueces, recursos oficiales y Q&A.

## Tecnología

- Next.js 16 + React 19 + TypeScript
- Tailwind CSS + shadcn/ui
- MDX para lecciones con diagramas Mermaid
- Copiar snippets con un click

## Scripts

```bash
npm run dev # Desarrollo local
npm run build # Build de producción
npm run typecheck # Verificación de tipos
```

## Deploy

El proyecto genera páginas estáticas (SSG) listas para deploy en Vercel, Netlify o cualquier CDN.

```bash
npm run build
```

## Recursos oficiales

- [Apple Machine Learning](https://developer.apple.com/machine-learning/resources/)
- [Vision Framework](https://developer.apple.com/documentation/vision/)
- [Foundation Models](https://developer.apple.com/documentation/foundationmodels/)
- [Natural Language](https://developer.apple.com/documentation/naturallanguage/)