Leif-W / Numbender

Numbender - A Calculator that Bends Numbers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”’ Numbender

Numbender logo

πŸ”’ Numbender - A Calculator that Bends Numbers

πŸ‘€ Why? What is this all about?

I needed a calculator. And I wanted to learn about ReactNative.

πŸ“± Supported Devices

Supports Expo Web Supports Expo Android Supports Expo iOS

πŸš€ Using

Enter a combination of numbers and operations, and enjoy the results.

πŸ‘πŸ» Contributing

Don't.

(But you can if you really want.)

βš—οΈ Development

⌨️ Installation

  • Install packages with pnpm install, npm install, or yarn.
    • If you have native iOS code run pnpx pod-install
  • Run pnpm start to start the bundler.
  • Open the project in a React runtime to try it:

Adding Native Code

This project can be run from a web browser or the Expo client app. You may find that you want to add more native code later on. You can do this by ejecting the project and rebuilding it yourself.

  • Run yarn eject to create the native projects.
  • You can still run your project in the web browser or Expo client, you just won't be able to access any new native modules you add.

Publishing

  • Deploy the native app to the App store and Play store using this guide: Deployment.
  • Deploy the website using this guide: Web deployment.

πŸ“ Notes

πŸ“ Commit messages

Format: [icon](type): short description

Example: βšͺ(doc): Create README.md

Use emoji to represent types.

Types:

  • 🟒(fea) a new feature added
  • 🟑(ref) refactor code
  • 🟠(fix) a normal bug fix
  • πŸ”΄(cri) a critical bug fix
  • 🟣(sty) style update
  • πŸ”΅(tes) tests
  • βšͺ(doc) documentation
  • 🟀(cho) maintenance chores
  • ⚫(rem) an old feature removed
  • TODO: Improve emoji. Can you suggest other emoji schemes?
  • TODO: Define scopes. Maybe use other emoji for scopes?

About

Numbender - A Calculator that Bends Numbers


Languages

Language:JavaScript 100.0%