Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.