Skip to content

WDE is a web based IDE like interface in which you can write HTML, CSS and JavaScript code, and get the output instantly.

Notifications You must be signed in to change notification settings

ankushpotgante/wde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WDE

Overview

WDE is a web based IDE like interface in which you can write HTML, CSS and JavaScript code, and get the output instantly.

You can write seperate code in individual blocks and get the combined output.

Follwoing are few screenshots for reference,

Screenshot

Javascript is also executed as per behaviour Screenthot

Prerequisite

  1. Python >= 3.10

Setup

Installation

  1. clone the repo

    git clone <repo_url>
  2. Create and Activate virtual environment ( optional )

    python -m venv env

    For Windows

    env\Scripts\activate

    For Linux/Mac

    source env/bin/activate
  3. Install dependencies

    pip install -r requirements.txt
  4. For migrating database go to dir where manage.py is located and execute

    python manage.py makemigrations
    python manage.py migrate
  5. Create superuser ( optional )

    python manage.py createsuperuser

Usage

  1. Run server

    python manage.py runserver
  2. Visit http://localhost:8000 in your browser.

About

WDE is a web based IDE like interface in which you can write HTML, CSS and JavaScript code, and get the output instantly.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published