Skip to content

How good you're at recognizing colors? Let's check it out in with a geek twist!

License

Notifications You must be signed in to change notification settings

pawelblaszczyk5/coloruiz

Repository files navigation

coloruiz

coloruiz example screenshot

This is a simple color guessing game built with newest Next.js stuff. You're presented a random color and your goal is to guess its RGB values.

It uses many bleeding-edge stuff, therefore, the implementation has a few rough edges. However, I'm happy with the final solution.

Live version

You can check out the game here.

Functionalities

  • Color guessing game
  • Server-side game state handling
  • Dark/light themes
  • Fully keyboard navigable and accessible

Technologies

  • React
  • Next.js (app router + server actions)
  • TypeScript
  • Tailwind
  • Ark UI
  • Zod

Run it locally

  • Clone repo
  • Make sure pnpm is installed
  • Run pnpm i
  • Run pnpm dev

Feedback

Any feedback is appreciated. Feel free to head me up.

License

MIT