https://github.com/nishihere19/hexgrid-react
A library to render objects using hexagonal grid layout.
https://github.com/nishihere19/hexgrid-react
dwoc hacktoberfest npm-package open-source open-source-project reactjs winterofcode
Last synced: 3 months ago
JSON representation
A library to render objects using hexagonal grid layout.
- Host: GitHub
- URL: https://github.com/nishihere19/hexgrid-react
- Owner: nishihere19
- Created: 2021-10-01T10:13:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T10:30:52.000Z (over 3 years ago)
- Last Synced: 2025-01-24T06:11:43.391Z (5 months ago)
- Topics: dwoc, hacktoberfest, npm-package, open-source, open-source-project, reactjs, winterofcode
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hexgrid-react
A library to render objects using hexagonal grid layout.# :arrow_down:Important
Follow these steps:hammer: for contributing::green_heart:Fork the repo.
:pushpin:Create a separate branch for any bug/feature with branch name:
:white_check_mark:Commit once a feature is done/a bug is fixed.
:pencil2:Fetch for any changes in the original repo by creating an upstream using:
>git remote add upstream https://github.com/nishihere19/hexgrid-react.git
>git fetch upstream
:tada:Merge the changes in your branch.
>git merge upstream/(your_branch_name)
:alien:Push your changes to your branch.
:wrench:Make a pull request from your branch.
:heavy_plus_sign:Before submitting a PR, check your code well and explain your work properly in the PR description.
# :bookmark:Code advice
Kindly maintain a clean code with proper comments.
Commit messages should be written carefully and describe the changes made.
Create separate PR for a single feature/bug fix.
# :white_check_mark:All copyrights are reserved
Happy Contributing!