Portfolio for Developers Concept V.2

Componentes

Librería de componentes reutilizables construida a partir del tablero de diseño.

Header

Reduce el ancho de la ventana para ver el estado móvil (menú hamburguesa).

Footer

Menu items

Input fields

Something went wrong

Textarea

Something went wrong

Checkbox

Technology row

Star

Avatar

Avatar 1Avatar 2Avatar 3

Dropdown items

title
Contenido colapsable de la sección.
title
Esta sección está expandida por defecto.

Dropdown label

personal-infopersonal-info

Icon box

Icon hovers

Pasa el cursor para ver el estado hover.

Project card

Proyecto 1 // _sonofy

Sonofy

Reproductor de música local con playlists y letras LRC sincronizadas.

Clean Architecture · Cubits · just_audio

Sin image, la portada cae en la miniatura generada por stack.

Gist snippet

@username

@username

Created 5 months ago

details3 stars
function initializeModelChunk<T>(chunk: ResolvedModelChunk): T {
  const value: T = parseModel(chunk._response, chunk._value);
  const initializedChunk: InitializedChunk<T> = (chunk: any);
  initializedChunk._status = INITIALIZED;
  initializedChunk._value = value;
  return value;
}

My work here was 5 months ago. It was for the project called “…”. Some other text can be placed here.

Comments

Developer note

Text here.

Snake Game

// use keyboard
// arrows to play

// food left