This repository contains the frontend solution for the Vietnamese Puzzle technical test.
This project is a Single Page Application (SPA) that allows users to submit and view their attempts to solve a Vietnamese puzzle. The application is built with ReactJS and styled using Tailwind CSS, with Vite as the build tool.
git clone https://github.com/olivb40/test-vietnamese-puzzle-frontend.git
cd test-vietnamese-puzzle-frontend
npm i
npm run dev
Tests are written using Jest and React Testing Library. To run the tests, execute:
npm run test