Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sojebsikder/online-judge-frontend

Online judge frontend part
https://github.com/sojebsikder/online-judge-frontend

nextjs online-judge socket-io typescript

Last synced: 3 days ago
JSON representation

Online judge frontend part

Awesome Lists containing this project

README

        

This is frontend part of online judge. Created using nextjs.

Note: Didn't focused much on frontend UI design

Backend part: https://github.com/SojebSikder/online-judge-backend

## Installing

```bash
# Install packages
pnpm install
```

## Config

Copy .env.local.copy to .env.local.

Set backend api endpoint.

## Running:

```bash
# run in developement
pnpm dev
```