Deployed link : https://codex-code-editor.vercel.app/
- Create a playground area where one can create multiple code snippets and run it using an online compiler and execution system(Judge0)
- Create a Code Editor Frontend using ReactJS ( Similar to VS Code UI )
- Implemented flexible layout structure that is scalable for multiple languages
- Use Rapid API to setup our Judge0 API
- Add multi-language support (cpp, python, java, javascript)
- Add multi-theme support
- Upload and Download Code
- Input and Output console (can upload text files for input & download output)
- Functionality to save multiple playground in local storage
- Add Fullscreen Support
- React JS - for frontend
- Judge0 CE API - to create and get submissions
- Rapid API - to Setup Judge0 CE API
- ContextAPI to make it lightweight and fast

