A simple color guessing game built using React and Redux. Live demo here.
A simple color guessing game built using React and Redux and bootstrapped using Vite.
- React 18.2.0
- Redux 8.0.5
- A random color box is shown and the users is presented with 3 buttons with different color code on them and the user should choose the right color code corresponding to the color box which will result in the correct answer displayed and a new color box is generated.
To run this project:
$ cd guess-color
$ yarn
$ yarn dev
Created by @akiif - feel free to contact me!