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

https://github.com/vikramsamak/codeverse

Online code compiler using ReactJs and Codex-API.
https://github.com/vikramsamak/codeverse

coding compiler frontend javascript programming reactjs webdevelopment

Last synced: 9 months ago
JSON representation

Online code compiler using ReactJs and Codex-API.

Awesome Lists containing this project

README

          

# CodeVerse - Online Code Compiler

CodeVerse is an online code compiler that allows users to write, compile, and test code right in their web browser. It provides a convenient and user-friendly interface for executing code in various programming languages. This project is built using ReactJS and utilizes the Code Compiler API for code compilation.

## Screenshot

![User Interface](screenshots/CodeVerse-Online-Code-Compiler.png)

## Getting Started

To run this project locally, follow these steps:

1. Clone the repository: `git clone `
2. Install the dependencies: `npm install`
3. Start the development server: `npm run dev`
4. Open your web browser and navigate to `http://localhost:5173` to access the CodeVerse application.

## API Integration

CodeVerse integrates with the [CodeX API](https://github.com/Jaagrav/CodeX-API) for code compilation and execution.

## Contributions

Contributions to CodeVerse are welcome! If you find any bugs, issues, or have suggestions for improvements, please open an issue or submit a pull request. Make sure to follow the project's code style and guidelines.

## Acknowledgements

- The Codex API for providing the code compilation functionality.
- The ReactJS and React Bootstrap communities for their excellent libraries and resources.

## Contact

For any inquiries or further information about CodeVerse, please contact [Vikram Samak](mailto:vikramsamak02@gmail.com).