Skip to content

This App is a wordle, with responsive design, developed using React, Redux, Typescript, TailwindCss, Vite, Vitest, react-testing-library,

Notifications You must be signed in to change notification settings

danielmamian99/wordle-game

Repository files navigation

Wordle Game

Esta App es un wordle, con diseño responsive. Cuenta con 3 vistas:

Instrucciones:

Image text

Estadisticas, donde puedes ver las partidas jugadas, ganadas y tiempo restante (5 minutos por partida):

Image text

Pantalla de juego:

Image text

Con el botón ? puedes abrir las instrucciones de nuevo

Image text

Con este botón puedes abrir las estadisticas

Image text

Con este switch puedes alternar la vista entre Dark y Light

Image text

Light Mode

Image text

Dark Mode

Image text

Esta creada con:

  • Module Bundler: VITE

  • Superset javascript: Typescript

  • Framework Javascript: ReactJs

  • Preprocesador Css: PostCss

  • Framework Css: TailwindCss

  • Framework Testing: Vitest

  • Libreria de testing: react-testing-library

  • Package Manager: Yarn

  • Deploy: netlify

Como ejecutar la app

yarn install

yarn dev

Como ejecutar los test

yarn test

Se desplegará una UI que le ayudará a visualizar los test

Image text

Como ver el coverage del testing:

yarn coverage

-Go to: tests/coverage

-Open index.html

Image text