Skip to content

OmkarKirpan/GuessColors

Repository files navigation

Guess the Colors Game Node.js CI

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.

🕹️How to Play

  • 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!

💻Technologies Used

  • React.js
  • Vite.js
  • HTML/CSS
  • Node.js

🖥️Development

If you want to run this project locally, you can follow these steps:

  1. Clone the repository:
    git clone https://github.com/omkarkirpan/GuessColors.git
  2. Navigate to the project directory:
    cd GuessColors
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev

💻Deployment

The project is automatically deployed to GitHub Pages when changes are pushed to the main branch.

✒️Author

This project was created by Omkar Kirpan.

Feel free to contribute or report issues on the GitHub repository.