https://github.com/samyc2002/react-ide
An online based IDE to execute code made using React
https://github.com/samyc2002/react-ide
code-evaluation codemirror custom hacktoberfest hacktoberfest2022 material-ui online-ide react
Last synced: 2 months ago
JSON representation
An online based IDE to execute code made using React
- Host: GitHub
- URL: https://github.com/samyc2002/react-ide
- Owner: Samyc2002
- License: mit
- Created: 2021-05-27T19:29:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-18T09:20:05.000Z (over 2 years ago)
- Last Synced: 2025-03-22T14:51:12.174Z (2 months ago)
- Topics: code-evaluation, codemirror, custom, hacktoberfest, hacktoberfest2022, material-ui, online-ide, react
- Language: JavaScript
- Homepage: https://online-ide-exp.netlify.app/
- Size: 648 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React-IDE
An online based IDE to execute code made using React.## What to do
There are two main tasks that need to be done.
- [ ] Add autosuggest feature for the IDE and make it responsive too.
- [x] Add a file reader that parses the file on uploading. Also, a file upload option as well.
- [x] Add language auto select on file upload.These are some things that can be implemented as well.
- [ ] Add a file system that the user can use to work on multiple files.
- [ ] Add a github clone repo feature that can take out files from github.Please Read the CONTRIBUTING.md for instructions regarding code contributions.