This is a simple color guessing game built with React.js and Vite.js. The game is deployed on GitHub Pages and can be played here.
- You will be presented with a colored box.
- Three color options will be displayed as buttons.
- Click on the button that corresponds to the color of the box.
- If you select the correct color, you will see a "Correct!" message.
- If you select the wrong color, you will see a "Wrong Answer" message.
- Keep playing to test your color recognition skills!
- React.js
- Vite.js
- HTML/CSS
- Node.js
If you want to run this project locally, you can follow these steps:
- Clone the repository:
git clone https://github.com/omkarkirpan/GuessColors.git
- Navigate to the project directory:
cd GuessColors
- Install dependencies:
npm install
- Start the development server:
npm run dev
The project is automatically deployed to GitHub Pages when changes are pushed to the main branch.
This project was created by Omkar Kirpan.
Feel free to contribute or report issues on the GitHub repository.