Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxfandudeguy/dev.js
A web based IDE for javascript.
https://github.com/linuxfandudeguy/dev.js
babel ide javascript js monaco-editor
Last synced: 26 days ago
JSON representation
A web based IDE for javascript.
- Host: GitHub
- URL: https://github.com/linuxfandudeguy/dev.js
- Owner: linuxfandudeguy
- License: other
- Created: 2024-07-20T23:07:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:39:32.000Z (3 months ago)
- Last Synced: 2024-09-29T02:23:30.879Z (about 1 month ago)
- Topics: babel, ide, javascript, js, monaco-editor
- Language: HTML
- Homepage: https://devjs-ruby.vercel.app/
- Size: 153 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Dev.js
![Dev.js Logo](https://lelbois.nekoweb.org/cdn/Screenshot%202024-07-21%2012.28.56%20PM.png)
## Overview
Dev.js is a web-based JavaScript IDE designed to provide a seamless and interactive coding experience. Built with modern tools and technologies, Dev.js aims to enhance productivity and streamline the development process for JavaScript projects.
## Features
- **Real-time Code Editing**: Experience instant feedback with live code editing.
- **Function Suggestions**: Get smart function suggestions as you type.
- **Integrated Console**: Run and test your code directly within the IDE.
- **Direct Decompression**: Allows you to minify your code directly in the IDE.
- **HTTP Tracker**: Logs http requests to the console in order to debug your http requests.We also now have a TS editor! :D
[Visit it here!](https://devjs-ruby.vercel.app/tseditor.html)We also now have desktop support! :D
## Live Demo
Check out the live demo of Dev.js at [Dev.js Demo](https://devjs-ruby.vercel.app).
## Installation
Dev.js is a web-based application, so no installation is required. Simply visit [Dev.js](https://devjs-ruby.vercel.app/editor.html) to start coding.
## Usage
1. Open [Dev.js](https://devjs-ruby.vercel.app/editor.html) in your web browser.
2. Create a new project or load an existing one.
3. Start coding with real-time feedback and suggestions.
4. Use the integrated console to run and test your JavaScript code.## Contributing
We welcome contributions to improve Dev.js! If you have suggestions or want to contribute, please follow these steps:
1. Fork the repository on GitHub.
2. Create a new branch for your feature or bug fix.
3. Make your changes and test thoroughly.
4. Submit a pull request with a detailed description of your changes.## License
Dev.js is licensed under a custom license called the [GitLicence](Licence).
## Needed Repo Forks
We need a repo fork for Git support in the IDE.