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.
- 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
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
- Next.js - React framework
- Tailwind CSS - CSS framework
- TypeScript - Type safety
- Lucide React - Icons
- React Icons - Brand icons
To learn more about the technologies used in this project:
This app can be deployed on Vercel, Netlify, or any other platform that supports Next.js.
Daniel Miller - Website | GitHub
This project is licensed under the MIT License.