Skip to content

syntheit/colorguessr

Repository files navigation

ColorGuessr

Can you guess the hex/rgb of a color just by looking at it?

A color guessing game built with Next.js, Tailwind CSS, and TypeScript. Test your color perception skills across three different game modes.

Game Modes

  • Guess Hex: Test your color knowledge by guessing the hex code of displayed colors
  • Guess RGB: Challenge yourself to identify the RGB values of various colors
  • Practice: Hone your color recognition skills with unlimited practice rounds

Getting Started

First, install the dependencies:

npm install
# or
yarn install
# or
pnpm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

Tech Stack

Learn More

To learn more about the technologies used in this project:

Deployment

This app can be deployed on Vercel, Netlify, or any other platform that supports Next.js.

Author

Daniel Miller - Website | GitHub

License

This project is licensed under the MIT License.

About

Guess the color displayed on screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors