Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.19 KB

File metadata and controls

38 lines (25 loc) · 1.19 KB

Color Generator

About: This is a simple color generator. After changing a color, the application displays it in a grid format. Colors can be copied to the clipboard by clicking on them.

You can try here: colors-generator-reactjs.netlify.app

Sample task, photo:

image

Technologies, Libraries:

Run the app:

  • Clone a project: git clone
git clone https://github.com/SimAndrew/color-generator-reactjs.git
  • Open project code in your editor.
  • Install the dependencies, enter into the terminal:
npm install
  • Run the project, enter into the terminal:
npm run dev