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.
- Host: GitHub
- URL: https://github.com/vikramsamak/codeverse
- Owner: vikramsamak
- Created: 2023-07-12T16:47:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T04:47:31.000Z (over 1 year ago)
- Last Synced: 2025-02-08T15:19:40.748Z (11 months ago)
- Topics: coding, compiler, frontend, javascript, programming, reactjs, webdevelopment
- Language: JavaScript
- Homepage: https://codeverse-compiler.netlify.app/
- Size: 87.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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

## 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).