Skip to content

The MathCalc repository, MathCalc © 2025 by Benjamín Alonso Bobadilla Moya is licensed under Creative Commons Attribution-ShareAlike 4.0 International.

License

Notifications You must be signed in to change notification settings

MathCalc-app/MathCalc

Repository files navigation

Welcome to MathCalc 👋

This is an Expo project created by Benjamín Alonso Bobadilla Moya! The app was tested on iOS

Get to develop MathCalc

  1. Install dependencies

    npm install
  2. Make a file called expo-var.ts with

     export const OPENAIAPIKEY = ''
     /*
      You need to add EXPO_PUBLIC_WOLFRAM_ALPHA_API_KEY, EXPO_PUBLIC_OPENAI_API_KEY
      into eas secret:create with your API keys.
     */
  3. Add these environment variables into expo-var.ts (and do eas secret:create --scope project --name NAME --value VALUE)

  4. Make your code

  5. Start the app for developing with Expo Go

     npx expo start --go

About

The MathCalc repository, MathCalc © 2025 by Benjamín Alonso Bobadilla Moya is licensed under Creative Commons Attribution-ShareAlike 4.0 International.

Resources

License

Stars

Watchers

Forks