Project Title

The famous Paper Rock Scissors game as part of a hiring process simulation under TTD.

Deployment & Privacy

You can visit the deployed website here.

This project was completed on May 1st. All the styling was done using the Tailwind CDN framework (version 0.74). Due to Tailwind's update to version 1.0, most of the styling is unavailable now. Hence the current look of the page.

All the stats shown in the website, are being temporarily saved in the Session Storage of your browser. When the tab is closed, everything is deleted and nothing is permanently saved without your consent.

Running the tests

After you fork the repository, run yarn init in your Terminal and make sure you are in the project folder. Then run yarn add webpack webpack-cli babel-loader babel-preset-env babel-polyfill babel-register --dev. That should install all the necessary dependencies on your computer.

Then, from your Terminal go to the project folder and run yarn cucumber.

Tested with

YARN - Fast, reliable, and secure dependency management.

CUCUMBER - Tools & techniques that elevate teams to greatness.

Built With

  • HTML
  • CSS
  • JavaScript

Authors

License

This project is licensed under the MIT License.

Acknowledgments

  • Kudos to PurpleBooth for the README template.
  • W3 Schools - The World's Largest Web Developer Site.
  • Tailwind - A utility-first CSS framework for rapidly building custom user interfaces.
  • StackOverflow - Learn, Share, Build.
  • Shing Lyu - Download JavaScript Data as Files on the Client Side.