The project is deployed at Screenbows
Screenbows is a tool to generate magical colours for your screen and download them as images.
- Click on the button to generate a new colour.
- Get the hex code of the colour that is generated.
- Download the colour as an image with one click.
- Adjustable width and height of the image.
- Easy-to-use.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your local machine.
- Git installed on your local machine.
- Clone the repository to your local machine:
git clone https://github.com/manancodes/Screenbows
- Change directory to the project folder:
cd Screenbows
- Install the dependencies:
npm install
- Run Screenbows:
npm start
We welcome contributions from the community. If you would like to contribute to Screenbows, please follow these steps:
- Fork the repository on GitHub.
- Clone your fork to your local machine.
- Create a new branch with a descriptive name.
- Make your changes and commit them.
- Push your changes to your fork on GitHub.
- Open a pull request on the main repository.