Skip to content

aayusshgh/color-hex-guessing-game

Repository files navigation

Color Hex Guessing Game

The game revolves around your understanding of a HEX color. It is solely developed on ReactJS + Typescript. You'll be provided with total of five (5) random colors for which you'll be getting three options on each of them to choose from. Once you're done with all five questions and would be shown a score out of 5.

live website screenshot

Contribution

You always need to make a branch before starting to make changes to the code base.

Branch Naming

The convenction of branch naming is as follows:

  1. For feature related work: feature/<your-github-username>/<feature-name>

    feature/aayusshgh/new-feature-name

  2. For fix/bug related work: fix/<your-github-username>/<bug>

    fix/aayusshgh/fix-brief

Guidelines

Always make PR to development branch as base branch. If you want to merge your changes in your custom branches, do it in your local git rather than populating remote git hosting servers.

  • Make specific PR, no matter what create one PR of related issues or features.
  • Donot make direct changes to development branch.
  • Always test your code, before pushing it to github.