Hi everyone !
This is my repository about Imagify Image Generator
Hope u happy to used it
1. Text-based prompt input for image generation.
2. Live display of generated images on the website.
3. Downloading option for the images.
4. Share the image to social media.
We welcome contributions from the community. If you would like to contribute to this project, please follow these steps:
-
Fork the repository.
-
Open your Git Bash
-
Clone your forked repository
git clone "Your forked repository URL".git
-
Change the directory in to your forked repository
cd "Your forked repository name"
-
Create a new branch for the feature or fix you want to contribute in your forked repository:
git checkout -b "Your branch name"
-
Before that u must go to in this link Getting Unsplash API Key. After u get the API Key u can fork this repository and put down ur API Key in ur .env file like this format
REACT_APP_UNSPLASH_CLIENT_ID=YOUR API KEY
-
Make the necessary changes.
-
Commit your changes:
git commit -m "Add new feature"
-
Push to your branch:
git push origin "Your branch name"
-
Open your forked repository in the Github to make a pull request by click the "Compare & Pull Request" button.
Please feel free to reach out if you have any questions or issues related to this project. Thank you for contributing!