gtgkartik / Modern-Calculator-ReactNative

A Modern React Native Calculator Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern Calculator ReactNative

GitHub stars GitHub license

A modern and feature-rich calculator app built using React Native.

asdasd

Table of Contents

Introduction

Modern Calculator ReactNative is a versatile calculator application developed using React Native. It offers a sleek and intuitive interface along with a range of useful features to make calculations a breeze. Whether you need a simple calculator or a more advanced one with scientific functions, this app has got you covered.

Features

  • Basic arithmetic operations (addition, subtraction, multiplication, division)
  • Scientific calculator with advanced functions
  • History of previous calculations
  • User-friendly and responsive design
  • Smooth animations for an enhanced user experience
  • Themes and customization options

Getting Started

These instructions will help you set up the project on your local machine for development and testing purposes.

  1. Clone the repository:

    git clone https://github.com/gtgkartik/Modern-Calculator-ReactNative.git
    cd Modern-Calculator-ReactNative
    
    
  2. Install dependencies:

    npm install

  1. Run the development server:
    npm start

  1. Run on Android or iOS:

For Android,

npm run android.

For iOS,

 run npm run ios.
  1. Production
npm run build

For detailed information on project setup and configuration, refer to the official React Native documentation.

Contributing We welcome contributions from the community! If you'd like to contribute to this project, please follow these guidelines:

Fork the repository. Create a new branch for your feature or bug fix. Make your changes and ensure the code style is consistent. Test your changes. Create a pull request with a clear description of your changes and why they are needed. Please review our Contributing Guidelines for more details.

License This project is licensed under the MIT License - see the LICENSE file for details.

Design Credits The design for this project was inspired by Dribble

About

A Modern React Native Calculator Application


Languages

Language:JavaScript 100.0%