Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sojebsikder/online-judge-frontend
- Owner: SojebSikder
- Created: 2023-06-27T10:25:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T15:43:13.000Z (8 months ago)
- Last Synced: 2024-03-18T17:16:57.405Z (8 months ago)
- Topics: nextjs, online-judge, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```