Skip to content

bitFez/Darbuka_Django_Babadum_Clone

 
 

Repository files navigation

Darbuka

A Babadum.com clone

Credits

🔧 Setup 🔧

Before trying to run the server

Django

  • add a file named .env in the root folder

  • generate a secret key from here https://miniwebtool.com/django-secret-key-generator/

  • create a variable like SECRET_KEY='replace_this_part_with_secret_key' in the .env file

  • between Git Pulls do not forget to run pip install -r requirements.txt

  • if new dependencies have been added run pip freeze > requirements.txt

TODOs

  • Create homepage
  • Add language links to bottom right
  • colour background of cells a pastel colour
  • randomise colours with page reload
  • Use HTMX to submit answers as clicks
  • auto load next question 2 seconds after answer is shown
  • Animate number changes
  • Create stats page
  • Create high scores page
  • Create attribution page
  • Use gTTS to read each word!
  • Arabic/Urdu words are currently not loading with correct unicode format. Fonts not displaying in those languages.

About

Darbuka! A Babadum.com clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.9%
  • HTML 32.7%
  • CSS 6.0%
  • JavaScript 2.4%