https://github.com/andrijzyn/radixcalculator
#️⃣ Сalculator capable of performing standard operations with the widest digits of numbers
https://github.com/andrijzyn/radixcalculator
bootstrap flask python react vite
Last synced: 3 months ago
JSON representation
#️⃣ Сalculator capable of performing standard operations with the widest digits of numbers
- Host: GitHub
- URL: https://github.com/andrijzyn/radixcalculator
- Owner: andrijzyn
- Created: 2024-10-21T14:56:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-10T19:22:51.000Z (over 1 year ago)
- Last Synced: 2025-01-13T11:19:15.968Z (over 1 year ago)
- Topics: bootstrap, flask, python, react, vite
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🧮 A variety of bit systems calculator
> [!NOTE]
> This project was created for the discipline "Discrete Mathematic".
The primary objective was to develop practical skills in project structuring, even if the project was relatively straightforward. Through enhancements, I transformed a console application that parsed values from a distinct syntax into a web application.

---
### Using
- Server -- ``` cd App && source .venv/bin/activate && python main.py ```
- Client -- ``` npm run dev ```