NumplexApp is an innovative application designed to provide information about numbers. It allows users to view properties of a number, such as whether it is prime, even, odd, etc. The application features a user-friendly interface that simplifies the process of entering a number and viewing its properties.
- User-Friendly Interface: Simplified UI for easy navigation and use.
- Number Properties: View properties of a number, such as whether it is prime, even, odd, etc.
To get started with NumplexApp, you can either download the latest release from the Releases page or build the application from source.
Follow the steps below to build the application from source:
- Clone the Repository:
git clone https://github.com/Sbiswas001/NumplexApp.git
- Navigate to the Project Directory:
cd NumplexApp
- Build the application:
./gradlew assembleDebug
After installing, you can start the application and begin using its features. Here's a quick guide:
- Enter number to view properties: Enter a number in the input field and click the "Show Properties" button.
- View Results: Results will be displayed.
We welcome contributions from the community! If you have any improvements or suggestions, please follow these steps:
- Fork the repository.
- Clone the forked repository to your local
machine (
git clone https://github.com/<your_username>/NumplexApp.git && cd NumplexApp
). - Create a new branch (
git checkout -b feature
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature
). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions, suggestions, or feedback, please open an issue on GitHub or contact us at:
- Email: sbiswas001.tech@gmail.com
- GitHub: Sbiswas001