Skip to content

Collection of 90s games made with React

Notifications You must be signed in to change notification settings

ssb2003/Games-and-Go

 
 

Repository files navigation

Games and Go

INFO

WHAT IS HACKTOBERFEST 2022

Hacktoberfest, in its 8th year, is a month-long celebration of open source software run by DigitalOcean. During the month of October, we invite you to join open-source software enthusiasts, beginners, and the developer community by contributing to open-source projects. You can do this in a variety of ways:

  • Prepare and share your project for collaboration
  • Contribute to the betterment of a project via pull requests
  • Organize an event
  • Mentor others
  • Donate directly to open source projects
  • Contributors


    if (youLiked) {
    	starThisRepository();
    }

    Read for successful merge

    [Go to hacktoberfest

    Hello People!!

    If you want to get free T-shirt,Swags like developers then contribute and grow this repository with us, make sure to check out Contributing.md for contribution guidelines and add your name in the Readme.md and Contributors.md.

    To make a pull request follow these steps:


    click on Start Hacking

    Login in using your GitHub account
    If you don't have then create one

    Step 2. Make 4 Pull Request


    ⚡⚡ Steps for Creating First Pull request ⚡⚡


    1. Star this repository.
    2. Fork this repository.
    3. Clone the forked repository.
    git clone https://github.com/<your-github-username>/UI-Components
    1. Navigate to the project directory.
    cd UI-Components
    1. Create a new branch.
    git checkout -b <your_branch_name>
    1. Make changes.
    2. Stage your changes and commit
    git add -A
    git commit -m "<your_commit_message>"
    1. Push your local commits to the remote repo.
    git push -u origin <your_branch_name>
    1. Create a Pull Request.
    2. Congratulations! 🎉 you've made your contribution.

    Repeat same step 4 time and check your hacktober profile

    At last after successfully submitting a pull request you can view your work live at SSIT LIVE

About

Collection of 90s games made with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 50.5%
  • CSS 43.2%
  • HTML 6.3%