Code-it is an Online Code Compiler and Editor Web Based App.
This is an extended version of Codeit with More Features Added
Newer Version of Code-it:
- Responsive Design: The newer version has a responsive design for mobile and desktop screens.
- No Limit on Code Compilation: The older version had a limit of 1000calls/per API key. This new version is based on the API it offers ample requests.
- Editor offers features like Syntax Highlighting, Auto Code Completion, Suggestions, and Small Code Snippets
- Save your code on the server and access it anywhere.
- Get a shareable link of your code so you don't have to copy-paste code anytime.
- Get access to all your shared code links.
- Usage of Session Storage made it simple to save code for a particular session.
- Whenever the user switches language or even if the editor is out of focus the code gets saved to session storage.
- Standard Authentication for Login, Logout, Register and Forgot Password.
- Access IDE without logging in with the new Continue as a guest mode with a limited set of features.
- Time Limit Exceeds if a code takes more than 10 secs to execute.
And Yet More Feature To Be Added...
Tech Stack:
Frontend: HTML, CSS, jQuery, JavaScript
Backend: Python, Django, Flask(API)
Database: sqlite3(On Local System), Postgresql(On the Server)