Open Proctor is an open-source online proctoring software designed to provide a secure and reliable environment for conducting online examinations. Built with Next.js and TypeScript, this project offers educators and institutions a robust platform for real-time monitoring and exam integrity.
- Real-time Monitoring: Keep an eye on examinees during tests to maintain integrity.
- Secure Exam Environment: Leverages modern web technologies to provide a secure testing platform.
- Scalable & Customizable: Easily extendable architecture to adapt to various proctoring needs.
- Simple Deployment: Designed to be deployed effortlessly on platforms like Vercel.
Experience Open Proctor live at our website: openproctor.vercel.app.
- Node.js (version 14 or later)
- npm / yarn / pnpm / bun (choose your preferred package manager)
Clone the repository and install the required dependencies:
git clone https://github.com/kamlendras/OpenProctor.git
cd OpenProctor
npm install
Start the development server with:
npm run dev
Then, open http://localhost:3000 in your browser to view the application.
Open Proctor can be easily deployed on Vercel. For more details on deployment, check out the Next.js deployment documentation.
Contributions are welcome! If you'd like to contribute, please follow these steps:
Fork the repository.
Create a new branch (git checkout -b feature/YourFeature).
Commit your changes (git commit -m 'Add some feature').
Push to the branch (git push origin feature/YourFeature).
Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Built with Next.js Deployed on Vercel Inspired by the need for secure and scalable online proctoring solutions
For any questions or suggestions, please feel free to open an issue in the repository or contact the project maintainers.