Skip to content

Reaction Tester is a game with minimal features to test the response time of user and record the same. It is developed using HTML, CSS and Java Script.

Notifications You must be signed in to change notification settings

Raksha25/ReactionTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactionTester

Reaction Tester is a simple game where user taps/clicks on different objects which appear randomly on the screen to test the response time of and record the same. It is initially developed using HTML, CSS and JavaScript.

How can you contribute to ReactionTester?

  • Make a valid Pull Request.

    • Your change should create a difference in output towards improvement.
    • Enhancing readability of existing code is valid.
    • Improving README is valid.
  • Few ideas which can be added in the initial state of ReactionTester (Definitely all ideas are welcomed these are just suggestions):

    • Adding dark mode.
    • Adding a start/stop button.
    • Styling can be improved.
  • If you feel like contibuting in any other way and do not find it among above mentioned points, do comment about it!

How to make a Pull Request?

  • First, fork this repository and follow the given instructions:
# clone the repository to your local machine
$ git clone https://github.com/<YOUR-GITHUB-USERNAME>/ReactionTester.git

# navigate to the project's directory and install all the relevant dev-dependencies
$ cd ReactionTester

# include all the latest changes from the remote repository
$ git remote add upstream https://github.com/Raksha25/ReactionTester 
$ git fetch upstream
$ git merge upstream/master
  • Add your changes in the folder
  • Once you have made your changes, run the following command:
# add your changes
$ git add .

# make your commit
$ git commit -m "<YOUR-COMMIT-MESSAGE>"

# push your changes
$ git push -u origin master  #for first time push
$ git push                   #from second push onwards

Make the PR when you are ready.

  • open your forked repository
  • Click on Create New Pull Request
  • Give a message in the comment box about the PR
  • Submission is completed, it will accpeted and merged after review.

Hacktober Fest

It is the best time to start learning about open source. This year in Oct 2020, you have to make 4 valid PR's in Public repositories, to be a part and succesfully completing the same. NOT TO FORGET, you will get super cool swags by doing so, which includes a Tshirt and stickers, or you can instead choose to plant a tree on successfully making 4 PRs. Isn't that so exciting? 😍

Don't forget to register at https://hacktoberfest.digitalocean.com , link your github account with it and start contributing from 1st Oct!

All the best 😊

About

Reaction Tester is a game with minimal features to test the response time of user and record the same. It is developed using HTML, CSS and Java Script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published