Skip to content

The color changing cube app generates a new color on each touch and is built in ReactJS.

Notifications You must be signed in to change notification settings

shahsuvarli/change-color-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color Changing Cube

This project is a simple ReactJS application that displays a cube that changes color with each touch, providing a fun and interactive experience.

Features

  • Generates a random RGB color with each touch.
  • User-friendly interface that is easy to navigate.
  • Built with ReactJS for efficient rendering and code organization.

Installation

To use this application, simply clone the repository and install the necessary dependencies using npm:

git clone https://github.com/your-username/color-changing-cube.git cd color-changing-cube npm install

Then, start the application by running:

npm start

Usage

Once the application is running, simply click on the cube to generate a new random color. The cube will automatically update its color with each click, providing a dynamic and engaging experience.

Technologies Used

This project was built using the following technologies:

  • ReactJS - JavaScript library for building user interfaces
  • Webpack - Module bundler for optimizing and packaging code
  • Babel - JavaScript compiler for converting modern syntax to older syntax for browser compatibility

Credits

This project was created by Elvin Shahsuvarli.

License

This project is licensed under the MIT License license. See the LICENSE.md file for details.

About

The color changing cube app generates a new color on each touch and is built in ReactJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published