Skip to content

Commit

Permalink
Merge pull request #42 from EternoSeeker/master
Browse files Browse the repository at this point in the history
enhancements in README.md - screenshots and hacktoberfest guide
  • Loading branch information
mohitahlawat2001 authored Oct 14, 2023
2 parents c12bfc7 + 0be1de4 commit 9c44cc6
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
29 changes: 26 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,37 @@ Follow these steps to run the calculator application on your local machine:
- Supports decimal numbers

## Screenshots

<img src="images/image.png" alt="Image 1" width="150vw">
<img src="images/image-1.png" alt="Image 2" width="150vw">
<div style="display: flex; flex-direction: row;">
<img src="images/image.png" alt="Image 1" width="250">
<img src="images/image-1.png" alt="Image 2" width="250">
</div>
<div style="display: flex; flex-direction: row;">
<img src="images/decimal1.png" alt="Image 3" width="250">
<img src="images/decimal2.png" alt="Image 4" width="250">
</div>

## Contributing

If you'd like to contribute, please fork the repository and create a pull request. You can also open an issue for any bug reports or feature requests.

## Hacktoberfest

### What is Hacktoberfest ?

[Hacktoberfest](https://hacktoberfest.com/about/) is a month-long celebration of open source software. It encourages developers to contribute to open source projects by submitting pull requests on GitHub. It's a fantastic opportunity to support the open source community, learn, and earn cool swag.

### How to Participate ?

1. **Register**: Sign up on the [Hacktoberfest website](https://hacktoberfest.com/).

2. **Contribute**: Make at least four pull requests to any public GitHub repository. These can be fixes, improvements, or new features.

3. **Follow the Rules**: Ensure that your pull requests adhere to the Hacktoberfest guidelines.

4. **Spread the Word**: Encourage others to participate in Hacktoberfest.

For more details, check out the official [Hacktoberfest website](https://hacktoberfest.com/about/).

---

Feel free to reach out with any questions or feedback. Happy calculating! 🧮
Binary file added images/decimal1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/decimal2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c44cc6

Please sign in to comment.