This is a customized xor-calculator built by addy. This app was specifically built to handle xor-based problems while doing competitive programming.
Steps to use this locally:
- Clone the foldeer "XOR_Calculator" into your personal computer
- Open terminal and cd into XOR_Calculator
- Type "python manage.py runserver"
- Open the localhost link that shows up in the terminal
Tech Stack used : Django, HTML, Bootstrap, Python