Skip to content

T-Rex run clone built in React JS/Next JS. This open-source project is dedicated to all its contributors.

License

Notifications You must be signed in to change notification settings

allanoguis/Hacktoberfest-2024

Repository files navigation

GitHub commit activity GitHub contributors GitHub repo size GitHub Repo stars GitHub forks

light

dark

🚀Featured In

Event Logo Event Name Event Description
Hacktoberfest 2024 Hacktoberfest 2024 Hacktoberfest is a month-long celebration of open source software run by DigitalOcean, GitHub, and Twilio. It encourages contributions to open source projects and promotes a global community of developers.

Table of Contents

  1. Featured In
  2. Hacktoberfest 2024
  3. Event Date
  4. How to Participate?
  5. Project: Gojirun
  6. How to Contribute
  7. Avoid Conflicts {Syncing your fork}
  8. Contributors
  9. Forkers
  10. Share Your Thoughts!
  11. License
  12. Acknowledgments

Hacktoberfest 2024

Hacktoberfest is all about celebrating open source, giving back to the community, and growing your coding skills.

📅 Event Date: October 1st - October 31st, 2024

🔥 How to Participate?

Sign up for Hacktoberfest: Head over to the Official Hacktoberfest website and register with your GitHub account before the 30th of October. Start Contributing: Feel free to contribute any quality code as long as it works! You must make sure to keep things organized.


image

Project: Gojirun

Gojirun is a 2D platformer game inspired by the classic T-Rex run from Chrome. The game is made with SVG assets built in React JS. This project is dedicated to Hacktoberfest 2024 and all its contributors.


How to contribute

Read more: Contributing.md


Avoid Conflicts {Syncing your fork}

An easy way to avoid conflicts is to add an 'upstream' for your git repo, as other PRs may be merged while you're working on your branch/fork.

git remote add upstream https://github.com/allanoguis/hacktoberfest-2024 You can verify that the new remote has been added by typing:

git remote -v To pull any new changes from your parent repo, simply run:

git merge upstream/master This will give you any eventual conflicts and allow you to easily solve them in your repo. It's a good idea to use it frequently in between your commits to make sure that your repo is up to date with its parent.

For more information on syncing forks, read this article from GitHub.


Contributors

A heartfelt thank you to the following individuals for their valuable contributions to this project. Your support and dedication are greatly appreciated:


Forkers

Forkers repo roster for @allanoguis/Hacktoberfest-2024

Share Your Thoughts!

We’d love to hear your thoughts! If you have any ideas, or feedback, or even just want to let us know how we’re doing, feel free to open an issue or drop us a message. Your feedback is greatly appreciated and helps improve the project!


License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

We will create a section on the website to acknowledge the contributions in the making of Gojirun.

About

T-Rex run clone built in React JS/Next JS. This open-source project is dedicated to all its contributors.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks