An open API service indexing awesome lists of open source software.

https://github.com/omkarkirpan/guesscolors


https://github.com/omkarkirpan/guesscolors

css hacktoberfest hacktoberfest2023-approved html javascript react vite

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Guess the Colors Game [![Node.js CI](https://github.com/OmkarKirpan/GuessColors/actions/workflows/node.js.yml/badge.svg?branch=main)](https://github.com/OmkarKirpan/GuessColors/actions/workflows/node.js.yml)

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](https://omkarkirpan.github.io/GuessColors/).

## 🕹️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:
```bash
git clone https://github.com/omkarkirpan/GuessColors.git
```
2. Navigate to the project directory:
```bash
cd GuessColors
```
3. Install dependencies:
```bash
npm install
```
4. Start the development server:
```bash
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](https://github.com/omkarkirpan/GuessColors).