Gopal2021025 / React-imageGallery

Search your favorite image

Home Page:https://fervent-aryabhata-0daf04.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-imageGallery

Search your favorite image.

It is a beautiful image gallery app where you can find your favourite images and enjoy the view. Made using CSS. If you like it please star it. You can view it here : https://fervent-aryabhata-0daf04.netlify.app/

Hacktoberfest22

KickStart to Open Source Event

What is Hacktoberfest?

A month-long celebration from October 1st - 31st sponsored by Digital Ocean and GitHub to get people involved in Open Source. Create your very first pull request and contribute to the open source developer community.

How to Participate

How to create an issue?

If you find a new issue or any bug in the code itself, then click on new issue and add title and discription of issue that you want to raise and request feedback from the maintainer.

Or if you find an existing issue in the issue section in the repository that has not been assigned previously, then ask the maintainer to assign that issue so that you can start working on it.

💻 Getting started

  • Fork this repo in your local machine .
  • Clone repo locally using git clone https://github.com/@username/React-imageGallery
  • After cloning make sure you create a new branch by using git checkout -b my-branch.
  • Add the modified/created files to the staging using git add .

How to create a Pull Request?

  1. After making changes or modification on to your code locally, you need to add these files to the staging area. bash
    git add <file-name>

  2. Once files added, you need to commit the changes to with an appropriate commit message. bash
    git commit -m "<your-message>"

  3. After commiting the changes, you need to push the changes bash
    git push origin <branch-name>

  4. Once you push the changes to your repository, the Compare & pull request button will appear in GitHub.

  5. Click it and you'll be taken to this screen

  6. Type a proper description and give the PR an appropriate title. Finally, Open a pull request by clicking the Create pull request button.

  7. That's it. You have opened a PR. Wait for it to get merged.

About

Search your favorite image

https://fervent-aryabhata-0daf04.netlify.app/

License:MIT License


Languages

Language:CSS 99.2%Language:JavaScript 0.8%Language:HTML 0.0%Language:Shell 0.0%