https://github.com/jtdmedia/ajs-ide
AJS-IDE is the official, fully-featured code editor designed specifically for Android.js. It offers an intuitive and efficient coding environment tailored for Node.js development on Android devices.
https://github.com/jtdmedia/ajs-ide
androidjs ide nodejs
Last synced: 9 months ago
JSON representation
AJS-IDE is the official, fully-featured code editor designed specifically for Android.js. It offers an intuitive and efficient coding environment tailored for Node.js development on Android devices.
- Host: GitHub
- URL: https://github.com/jtdmedia/ajs-ide
- Owner: JTDMedia
- License: mit
- Created: 2024-11-24T22:51:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-25T12:09:24.000Z (over 1 year ago)
- Last Synced: 2025-04-09T05:41:30.023Z (12 months ago)
- Topics: androidjs, ide, nodejs
- Language: HTML
- Homepage: https://jtdmedia.github.io/ajs-ide/
- Size: 88.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# AJS-IDE
AJS-IDE is the official, fully-featured code editor designed specifically for [Android.js](https://github.com/JTDMedia/android.js). It offers an intuitive and efficient coding environment tailored for Node.js development on Android devices.
## Features
- **Autosave**: Never lose your progress with built-in autosave functionality.
- **Autofinish**: Write code faster with intelligent autocomplete suggestions.
- **Syntax Highlighting**: Supports JavaScript and other common programming languages.
- **File Explorer**: Easily navigate and manage your project files.
- **Live Debugging**: Debug your Android.js applications in real-time.
- **Customizable Themes**: Choose from light, dark, or custom themes.
## System Requirements
- Android.js installed on your device.
- Android 11 or higher.
- Minimum 500MB of RAM.
- Minimum 100MB of storage.
## Installation
1. Download the **AJS-IDE APK** from the [Releases](https://github.com/JTDMedia/ajs-ide/releases) page.
2. Install the APK on your Android device.
3. Launch AJS-IDE and connect it to your Android.js environment.
4. Start coding and enjoy!
## Getting Started
### Launching Your Project
1. Open AJS-IDE and select your Android.js project folder.
2. Use the integrated editor to modify your code.
3. Open the Android.js console to run or debug your application.
## Screenshots

*The intuitive and feature-rich interface of AJS-IDE.*
## How to Contribute
We welcome contributions from the community! Here's how you can help:
1. Fork the repository.
2. Create a branch for your feature or fix: `git checkout -b feature-name`.
3. Commit your changes: `git commit -m "Add new feature"`.
4. Push to your branch: `git push origin feature-name`.
5. Open a Pull Request describing your changes.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgments
- Developed by **JTDMedia**.
## Contact
For questions or support, please visit our [GitHub Issues](https://github.com/JTDMedia/ajs-ide/issues) page.