wordish Simple webapp to play Wordle, implemented in Django, containing validations for csrf, xss. usage clone the repo: git clone https://github.com/abhisheksingh-7/wordish.git run migration: python manage.py migrate launch server: python manage.py runserver