Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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:

  1. Clone the foldeer "XOR_Calculator" into your personal computer
  2. Open terminal and cd into XOR_Calculator
  3. Type "python manage.py runserver"
  4. Open the localhost link that shows up in the terminal

Tech Stack used : Django, HTML, Bootstrap, Python