An open API service indexing awesome lists of open source software.

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

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.

![output_image](https://github.com/user-attachments/assets/975a05b9-4cc9-4198-8ab6-ca1ebb8a9962)

---

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