Simple game that will quickly teach you how to write words correctly
(Currently supports only russian language)
Easy to understand, Process and rectify mistakes conveniently, Create and play with your own dictionaries
Guess The Letter was written using Vite, Svelte and Typescript to build logic and Tailwindcss to design the website. So this section will explain how to install the project and what each component is responsible for.
$ git clone https://github.com/BoggerByte/Guess-The-Letter.git
$ npm i
Dev server will be started by default at http://localhost:5173/Guess-The-Letter/
$ npm run dev
$ npm run build
$ npm run check
$ npm run format
$ npm run lint