ColorVerse is a React project that allows users to generate different colors with a click. Also in plans to incorporate various types of color palettes in the future.
- Color Generation: Clicking anywhere on the screen generates a new random color.
- Palette Support (Future): Different types of color palettes will be available to choose from.
- User-friendly Interface: Simple and intuitive user interface for easy color exploration.
To run ColorVerse locally, follow these steps:
- Clone this repository to your local machine.
git clone https://github.com/your-username/colorverse.git
- Navigate into the project directory.
- Start the development server.
npm start
- Open your browser and navigate to
http://localhost:3000
to view the application.
- Generate Color: Simply click anywhere on the screen to generate a new random color.
- Palette Selection: Users will be able to choose from various predefined color palettes.
- Color Saving: Option to save favorite colors for later reference.
- Export: Ability to export generated colors and palettes.
Contributions are welcome! If you'd like to contribute to ColorVerse, please follow these steps:
- Fork the repository.
- Create your feature branch (
git checkout -b feature/your-feature-name
). - Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature/your-feature-name
). - Open a pull request.
This ColorVerse is open-source and distributed under the MIT License.
- Author: Harihara Jujjarapu
- Contact: [email protected]