An interactive puzzle game where you need to form sentences while uncovering an image as you progress through the levels.
You can play the game live at 👉 deployed version link 👈
- Drag-and-drop words to form sentences (@dnd-kit)
- Hints: audio, background image, translation
- Saving progress in LocalStorage (redux-persist)
- Login validation (react-hook-form + yup)
- Multiple levels and rounds
- Displaying the rating at the end of the game
-
Install dependencies:
npm install
-
Run in development mode:
npm run dev
-
Build the project:
npm run build
-
Lint the code:
npm run lint
- React (with React Router)
- TypeScript
- SCSS (for styling)
- Redux Toolkit, reselect (for state management)
- Redux-persist (for saving state in LocalStorage)
- react-hook-form, yup (for form handling and validation)
- Vite (for building and development)
- ESLint, Prettier (for code quality checks)