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

https://github.com/zain-ul-din/online-ide

Online c++ IDE for my OS project
https://github.com/zain-ul-din/online-ide

Last synced: 4 months ago
JSON representation

Online c++ IDE for my OS project

Awesome Lists containing this project

README

          

## Online IDE

An Online IDE that lets you run C++ code on the website.

### Demo

![Screenshot (1547)](https://github.com/Zain-ul-din/Online-IDE/assets/78583049/244347c2-436e-4d18-afbd-d4825792b2c6)
![Screenshot (1548)](https://github.com/Zain-ul-din/Online-IDE/assets/78583049/53c66cc1-8146-4744-a247-9ffef2e6d11d)

### Usage

This repo contains two projects backend and frontend. before running the backend make sure you have installed `g++` CLI globally otherwise this is not gonna work.

**Run Backend:**

```bash
cd backend
npx yarn
npx yarn dev
```

**Run Frontend:**

open up a new terminal and type the following for the front end.

```bash
cd front-end
npx yarn
npx yarn dev
```

**Access your application [here](http://localhost:5173/)**

---

Happy Coding ♥