PocketComp is a versatile mobile application built with Ionic that allows users to compile and execute code snippets directly from their devices. Leveraging the powerful RapidAPI Compiler10, PocketComp supports multiple programming languages and provides a seamless experience for developers on the go.
- Code Compilation: Compile code in various programming languages with optional input parameters.
- Save Compilations: Save your code compilations with custom titles for easy reference.
- Search Functionality: Quickly search through your saved compilations.
- Custom Settings: Set default programming language, application language, and theme according to your preferences.
- Multilingual Support: Available in Czech, English, and Polish.
PocketComp supports a wide range of programming languages, including:
- PHP
- Python
- C
- C/C++
- C#
- Kotlin
- Go (Golang)
- R
- Java
- TypeScript
- Node.js
- Ruby
- Perl
- Swift
- Fortran
- Bash
- Czech
- English
- Polish
-
Node.js: Ensure you have Node.js installed. You can download it from here.
-
Ionic CLI: Install the Ionic CLI globally if you haven't already:
npm install -g @ionic/cli
- Install dependencies using
npm i
- Obtain
x-rapidapi-key
withx-rapidapi-host
for RapidAPI Compiler10 - Set into
/src/environments/environment(.prod).ts
- Run app using
ionic serve
For further development use:
ionic build
to build your appionic cap sync
to sync with platforms (android, ios)