Password Guessing Game
This is a simple password guessing game app that provides hints in the form of arrays of numbers. The user's goal is to guess the correct password based on these hints.
- Generate a random password for the user to guess.
- Provide hints in the form of arrays of numbers.
- Allow the user to input their guess and check if it's correct.
- Display a confirmation modal with feedback on the correctness of the guess.
- Provide a reload button to generate a new password and hints.
- React
- Redux Toolkit
- CSS Modules for styling
- react-auth-code-input
-
The app will generate a random password for you to guess.
-
Use the provided hints in the form of arrays of numbers to make your guess.
-
Enter your guess in the input field and click the "Check!" button.
-
A confirmation modal will appear with feedback on whether your guess is correct or not.
-
If your guess is correct, you can choose to reload and play again.
Contributions are welcome!
This project is licensed under the MIT License - see the LICENSE file for details.