Skip to content

Achintha-999/WinUIQuickCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 WinUIQuickCalc

Build Status License Platform WinUI C++14

A simple, modern calculator for Windows, built with WinUI and C++14.
Quickly perform basic arithmetic operations in a sleek and intuitive interface.


✨ Features

  • Modern UI: Built with WinUI 3 for a native Windows look and feel.
  • Instant Results: Addition, subtraction, multiplication, and division.
  • User-Friendly: Minimal and easy-to-use layout.
  • Open Source: Freely available for use and contribution.

📋 Table of Contents


📝 About This Application

WinUIQuickCalc is a lightweight desktop calculator designed with WinUI and C++14.
It supports basic arithmetic—addition, subtraction, multiplication, and division—with immediate results in a modern interface.


🖼️ Screenshots

WinUIQuickCalc screenshot

⚡ Installation

1. Clone the Repository

git clone https://github.com/Achintha-999/WinUIQuickCalc.git

2. Open in Visual Studio

  • Launch Visual Studio 2022.
  • Open the cloned folder as a project.

3. Install Dependencies

  • Ensure you have the WinUI 3 SDK and C++14 toolset enabled.

4. Build & Run

  • Click BuildBuild Solution.
  • Press F5 to run the application.

🛠️ Usage

  1. Enter Numbers
    Input two numbers in the respective text fields.

  2. Select Operation
    Click any of the operation buttons (+, -, ×, ÷).

  3. View Result
    The calculated result will display instantly below the buttons.


💻 Requirements

  • Windows 10/11
  • Visual Studio 2022
  • C++14 toolset
  • WinUI 3 SDK

🤝 Contributing

Contributions are welcome!
Feel free to fork this repository, submit issues, or open pull requests.

  1. Fork the repo
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License.


🙋‍♂️ Questions or Feedback?

Open an issue or reach out via GitHub Discussions.


Made with ❤️ using WinUI & C++14

About

A simple calculator application built with WinUI and C++14. It provides basic arithmetic operations (addition, subtraction, multiplication, division) with a modern Windows user interface. Ideal for learning WinUI development and C++ integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors