ulysses-ck / ahorcado

Famous game made with React, Vite and TypeScript

Home Page:https://sunny-basbousa-cb5e8e.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ahorcado

This is the repository for the famous game "Ahorcado"

Built with:

Getting started

Clone and install dependencies

git clone https://github.com/ulysses-ck/ahorcado.git
cd ahorcado
npm install

Start development server

npm run dev

Build and preview page

npm run build && npm run preview

Run Unit tests made with Vitest, happy-dom and Testing Library

npm run test

If you want to see a more detailed version, use:

npm run test-ui

And to run tests made with Playwright, use:

npm run playwright
# or ui mode
npm run playwright-ui

To see components in isolation with Storybook, use:

npm run storybook

About

Famous game made with React, Vite and TypeScript

https://sunny-basbousa-cb5e8e.netlify.app/


Languages

Language:TypeScript 81.1%Language:CSS 14.3%Language:JavaScript 2.7%Language:HTML 2.0%