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

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

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.