ahmet-cetinkaya / programmer-calculator

Programmer calculator that can perform number-based bitwise operations.

Home Page:https://ahmetcetinkaya.me/programmer-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Programmer Calculator

Performs mathematical operations, bitwise operations, and logical operations on number systems.

View Demo · Report Bug · Request Feature

💻 About The Project

It is a programmer calculator working on the web that I made for a school project. It performs mathematical operations, bitwise operations, and logical operations on number systems.

Screenshots

Click to toggle contents of screenshots

programmer-calculator Screenshot

Built With

⚙️ Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/ahmet-cetinkaya/programmer-calculator.git
  2. Install NPM packages
    npm install

🚀 Usage

This project was generated with Angular CLI version 12.2.10.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

🚧 Roadmap

See the open issues for a list of proposed features (and known issues).

🤝 Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b <feature>/<AmazingFeature>')
  3. Commit your Changes (git commit -m '<gitmoji> <?(scope):> <AmazingFeature>')
  4. Push to the Branch (git push origin <feature>/<AmazingFeature>)
  5. Open a Pull Request

In commit naming, commit type has written with gitmoji.

⚖️ License

Distributed under the MIT License. See LICENSE for more information.

📧 Contact

Ahmet Çetinkaya

About

Programmer calculator that can perform number-based bitwise operations.

https://ahmetcetinkaya.me/programmer-calculator

License:MIT License


Languages

Language:TypeScript 65.7%Language:HTML 25.5%Language:JavaScript 4.5%Language:SCSS 4.3%