{"id":13603073,"url":"https://github.com/ogayanfe/websandbox","last_synced_at":"2025-04-11T13:32:44.453Z","repository":{"id":204697161,"uuid":"712446229","full_name":"ogayanfe/websandbox","owner":"ogayanfe","description":"An online frontend programming sandbox with integrated browser with live reloading built using react, react-dom, django and the webcontainer api","archived":false,"fork":false,"pushed_at":"2024-06-19T17:04:41.000Z","size":771,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-02T18:43:43.878Z","etag":null,"topics":["browser","code-editor","django","django-rest-framework","full-stack","ide","javascript","online-editor","python","react","react-router","remote-code-execution","rest-api","typescript","web-development","webcontainers"],"latest_commit_sha":null,"homepage":"https://websandboxx.netlify.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ogayanfe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-31T13:42:59.000Z","updated_at":"2024-06-26T17:09:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"4d108a86-629c-46fe-b405-18c87ec83451","html_url":"https://github.com/ogayanfe/websandbox","commit_stats":null,"previous_names":["ogayanfe/websandbox"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogayanfe%2Fwebsandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogayanfe%2Fwebsandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogayanfe%2Fwebsandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ogayanfe%2Fwebsandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ogayanfe","download_url":"https://codeload.github.com/ogayanfe/websandbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223470441,"owners_count":17150552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","code-editor","django","django-rest-framework","full-stack","ide","javascript","online-editor","python","react","react-router","remote-code-execution","rest-api","typescript","web-development","webcontainers"],"created_at":"2024-08-01T18:01:48.200Z","updated_at":"2024-11-07T06:31:09.752Z","avatar_url":"https://github.com/ogayanfe.png","language":"TypeScript","readme":"# Websandbox - Code. Experiment. Create. The Online Sandbox For Your Programming Ideas.\u003cbr/\u003e\n\u003e Build your web application completely on the web. With html, css, javascript and typescript support by default.\u003cbr/\u003e\u003cbr/\u003e\n![websandbox-home-light](https://github.com/ogayanfe/websandbox/assets/95624629/c2a48e84-1dc1-4f0c-83c5-7bbb6e40eb73)\n\n## Project Demo\n* Watch a video demo on \u003ca href=\"https://www.youtube.com/watch?v=mwFe1FtTL7o\" target=\"_blank\"\u003eYoutube\u003c/a\u003e\n*  Go to \u003ca href=\"https://websandboxx.netlify.app\" target=\"_blank\"\u003eproject live demo\u003c/a\u003e. \n* Images are provided at the end of the page.\u003cbr/\u003e\n\n## Project Features\n- A code editor.\n- Live reloading.\n- A browser for viewing project output.\n- Ability to save your project.\n- Ability to view other users work.\n- Login and Logout.\n\n## Tools \n- Python\n- Typescript\n- Django and Django rest framework\n- React\n- Vite\n- React router\n- Webcontainers\n- Tailwind css\n- Material ui and Material ui icons\n\n## Setting up locally\n- Clone the project to your local computer using git via command `git clone https://github.com/ogayanfe/birdie.git`. You can simply download the zip folder and unzip if you don't have git installed.\n- `cd` into the application folder using your terminal.\n-  `cd` into the backend direcory via the command `cd backend`.\n- You can create and activate a virtual environment here.\n- `cd` into the backend directory and run the command `python3 install -r requirments.txt` or `python install -r requirements.txt` on windows to install requirements.\n- You will lead to provide the following environment variables in your prduction environment.\n  1. `SECRET_KEY` - Your django secret key. COMPULSORY. \n  2. `DEBUG` - Whether the code should run in debug mode. It's value is either `True` or `False`. Defaults to `True`\n  3. `AWS_ACCESS_KEY_ID` - Your AWS access key id.\n  4. `AWS_SECRET_ACCESS_KEY_ID` - Your AWS secret access key id.\n  5. `AWS_STORAGE_BUCKET_NAME` - Your AWS bucket name.\n  6. `USE_S3` - Whether the project should use aws s3 storage. It's value is either `True` or `False`. Default to `!DEBUG`\n- Run the command `python3 manage.py migrate` or `python manage.py migrate` on windows to load the database. \n- Run the command `python3 manage.py runserver` or `python manage.py runserver` on windows to start the django development server. \n- Go back into the root folder of the repo and  `cd` into the websandbox folder with command `cd websandbox`\n- Run the command `npm install` to install requirements\n- Run the command `npm run dev` to start the react development server. \n- Navigate to the url `localhost:5173` on your browser\n\n## License \n\u003e Licensed under \u003ca href='https://github.com/ogayanfe/websandbox?tab=GPL-3.0-1-ov-file#GPL-3.0-1-ov-file'\u003eGPL-3.0\u003c/a\u003e\n\n## Image Galary\n\u003e ### Landing Page\n\u003e![websandbox-home-light](https://github.com/ogayanfe/websandbox/assets/95624629/c2a48e84-1dc1-4f0c-83c5-7bbb6e40eb73)\n\u003e![websandbox-home-dark](https://github.com/ogayanfe/websandbox/assets/95624629/faa16e44-e6f9-4774-b893-3fc676f830f0)\n\n### Dashboard \n\u003e ![websandboxx netlify app_dashboard_ (3)](https://github.com/ogayanfe/websandbox/assets/95624629/86b866b5-b5a5-472b-8dc6-4404dd630398) \u003cbr/\u003e\n\u003e ![websandboxx netlify app_dashboard_ (1)](https://github.com/ogayanfe/websandbox/assets/95624629/9c67f93e-4286-4bb6-8fcb-3bbcc4a0c05e) \u003cbr/\u003e\u003cbr/\u003e\n\n### Demos\n\u003e ![websandbox-demos-light](https://github.com/ogayanfe/websandbox/assets/95624629/45d9ce62-7c07-4f78-94a0-fd48e327c1c1) \u003cbr/\u003e\n\u003e ![websandbox-demos-dark](https://github.com/ogayanfe/websandbox/assets/95624629/8b0969ce-b1ce-4d3d-ab2e-8b71450b209a)\u003cbr/\u003e\u003cbr/\u003e\n\n## Sandbox Editor\n\u003e ![websandbox-editor-light](https://github.com/ogayanfe/websandbox/assets/95624629/f631f5cc-492c-4e7f-afb1-6a9e655a6efd)\u003cbr/\u003e\n\u003e ![websandbox-editor-dark](https://github.com/ogayanfe/websandbox/assets/95624629/d4ea3636-0a74-4d67-9f71-6903b7640ff1)\u003cbr/\u003e\u003cbr/\u003e\n\n### Sandbox Editor with output\n\u003e ![websandbox-editor-project-light](https://github.com/ogayanfe/websandbox/assets/95624629/49ef34d6-3ded-4ebf-a732-42ca73358df7)\u003cbr/\u003e\n\u003e ![websandbox-editor-project-dark](https://github.com/ogayanfe/websandbox/assets/95624629/4c8d638d-b951-4316-835d-ce8decb54bc4)\u003cbr/\u003e\u003cbr/\u003e\n\n","funding_links":[],"categories":["browser"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogayanfe%2Fwebsandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fogayanfe%2Fwebsandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fogayanfe%2Fwebsandbox/lists"}