Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 378 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 378 Bytes

Simple Color Guess Game

  1. Generate random colors
  2. Count score
  3. Reset Game

Cloning and Running the Application in local

Clone the project into local

Install all the npm packages. Go into the project folder and type the following command to install all npm packages

yarn

In order to run the application Type the following command

yarn dev