A minimal and elegant web-based calculator built using Django and styled with ModderUI.
Fast, clean, and beginner-friendly project structure.
- Beautiful ModderUI glass-effect interface
- Fully functional web calculator
- Clean HTML + JS logic
- Django static file support
- Responsive, centered layout
- Safe eval handling (try/catch)
moddercalculator/
β
βββ templates/
β βββ index.html
β
βββ static/
β βββ styles.css
β
βββ views.py
βββ urls.py
βββ settings.py
git clone https://github.com/modderboyy/moddercalculator.git
cd moddercalculator
pip install django
python manage.py runserverOpen in browser:
http://127.0.0.1:8000/
- Text field for input/output
- Buttons for numbers & operations
- Clean JS functions:
add(),clearInp(),calc()
User presses: 1 + 2 =
Result: 3
- Chiroyli ModderUI dizayni (glass, blur, border-light effect)
- Toβliq ishlaydigan web kalkulyator
- HTML + JS asosidagi oddiy va aniq mantiq
- Django static fileβlarini qoβllaydi
- Markazga joylashgan responsive UI
- Xatolarni try/catch bilan ushlaydi
moddercalculator/
β
βββ templates/
β βββ index.html
β
βββ static/
β βββ styles.css
β
βββ views.py
βββ urls.py
βββ settings.py
git clone https://github.com/modderboyy/moddercalculator.git
cd moddercalculator
pip install django
python manage.py runserverBrauzer orqali kirish:
http://127.0.0.1:8000/
- Input oynasi natijani koβrsatadi
- Raqamlar va amallar tugmalari
- JS funksiyalar:
add()β qiymat qoβshishclearInp()β tozalashcalc()β hisoblash
1 + 2 = 3
Created by Modderboy
Telegram: @modderboy
All rights reserved.