Skip to content

Commit

Permalink
Feature : Add a readme file [fixes #3] (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
najeebkp authored Oct 12, 2022
1 parent 80cb831 commit 9670009
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Hacktoberfest-React-Project

## _The Only Project You Need !_

<img width="959" alt="Screenshot 2022-10-12 10-33-09" src="https://user-images.githubusercontent.com/56462749/195327772-d1c821f4-7591-418d-85eb-e32f5b0f14b6.png">

## About

Hacktoberfest-React-Project Application created using HTML and CSS.


### How to Contribute to this repository

1. Fork the repository (Click the Fork button in the top right of this page,
click your Profile Image)
2. Clone the forked repository to your local machine.

```markdown
git clone https://github.com/your-username/devvsakib/hacktoberfest-react-project.git
```

3. change the present working directory

```markdown
cd hacktoberfest-react-project
```

5. Make your changes

```markdown
git add . git commit -m "Your commit Message" git push origin branch-name
```

- Make a pull request.
- Star the repository.

### NOTE

- Make Sure you commit your changes in a new branch.
- Make Sure you Give proper name to your files describing the addition.
- Also Make Sure you comment your code wherever necessary.


## REPO STATUS

![GitHub PR Open](https://img.shields.io/github/issues-pr/devvsakib/hacktoberfest-react-project?style=for-the-badge&color=aqua)
![GitHub PR closed](https://img.shields.io/github/issues-pr-closed-raw/devvsakib/hacktoberfest-react-project?style=for-the-badge&color=blue)
![GitHub language count](https://img.shields.io/github/languages/count/devvsakib/hacktoberfest-react-project?style=for-the-badge&color=brightgreen)
<br><br>

## Our Contributors

<a href="https://github.com/devvsakib/hacktoberfest-react-project/graphs/contributors">
<img src="https://contrib.rocks/image?repo=devvsakib/hacktoberfest-react-project" />
</a>

<br>
<div align="center">
Show some ❤️ by starring this awesome repository!
</div>

0 comments on commit 9670009

Please sign in to comment.