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
- Host: GitHub
- URL: https://github.com/pol-cova/web101
- Owner: pol-cova
- Created: 2026-04-14T13:55:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-14T16:16:01.000Z (3 months ago)
- Last Synced: 2026-04-14T18:14:57.536Z (3 months ago)
- Topics: course, nextjs, web, webdev
- Language: TypeScript
- Homepage: https://web101.paulcontre.com
- Size: 267 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)