Animal Script IDE is a web-based integrated development environment (IDE) for writing and executing Animal Script code.
- Code editor for writing Animal Script code.
- Output window to view the execution results.
- Run button to execute the code.
- Clear button to clear the code editor and output window.
- Responsive design for both desktop and mobile devices.
- Navigation bar with links to the developer's website and GitHub repository.
You can access the live demo of the Animal Script IDE here
- HTML
- CSS (Bootstrap)
- JavaScript
- Flask (Python web framework)
To run the Animal Script IDE locally, follow these steps:
-
Clone this repository:
git clone https://github.com/adnanattar/animal_script_ide
-
Navigate to the project directory:
cd animal-script-ide
-
Install the required dependencies:
pip install flask
-
Run the Flask application:
python app.py
-
Open your web browser and navigate to
http://localhost:5000
to access the Animal Script IDE.
You can deploy the Animal Script IDE on platforms like Render, Heroku, or Netlify. Follow the deployment instructions provided by the chosen platform.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please create an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
Copyright © 2024 AndroTechBuddy