KushalBhanot / Blog-React

Home Page:https://blogify-react.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blogify

Live at: https://blogify-react.netlify.app/

Made with React, Redux, Google OAuth, Axios and Gnews API

Contributions to this repo are WELCOME ⚡️🙌🏻

  • 🎨 give suggestions on how to improve the UI design
  • 🔨 try to break the website by testing it to find any bugs. If you find any, check if there is an issue already open for it, if there is none, then report it

Steps to be followed in order to make valid contributions ☘️

1. Fork the Blog-React repo by clicking on the fork button on the top of the page. This will create a copy of this repository in your account.

2. Clone the forked repository

git clone "https://github.com/<your-github-username>/Blog-React"

3. Create a branch named develop

cd Blog-React
git checkout -b develop

4. Make necessary changes and commit those changes

git add files-you-edited
git commit -m "<commit-message-goes-here>"

5. Push changes to GitHub

git push origin develop

6. Create a Pull Request 🤟🏻
If you go to your repository on GitHub, you’ll see a Compare & pull request button. Click on that button. We'll review your code and merge it if it passes all the tests ❤️

forthebadge

About

https://blogify-react.netlify.app/


Languages

Language:JavaScript 56.7%Language:CSS 28.9%Language:HTML 14.5%