https://github.com/shambac/oexamination-frontend
Frontend for online exam portal
https://github.com/shambac/oexamination-frontend
Last synced: 3 months ago
JSON representation
Frontend for online exam portal
- Host: GitHub
- URL: https://github.com/shambac/oexamination-frontend
- Owner: ShambaC
- Created: 2023-09-05T04:03:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T18:08:33.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T01:27:11.203Z (over 1 year ago)
- Language: JavaScript
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oexamination (Frontend)
This is an Online examintion system
## Installation
Install this project with npm
```bash
git clone https://github.com/ShambaC/oexamination-frontend.git
cd oexamination-frontend
npm install
```
## Environment Variables
To run this project, you will need to add the following environment variables to your .env file
`REACT_APP_BACKEND_URL = ""`
`REACT_APP_SOCKET_URL = ""`