A web-based platform for conducting coding challenges and technical assessments, developed for ASET (Amity School of Engineering and Technology).
QUIZ RAIDERX is a comprehensive web application designed to facilitate coding challenges and technical assessments. It features:
- 💻 Advanced code editor with multiple language support
- ⚡ Real-time code execution and testing
- 📝 Interactive quiz system
- 🎨 Project showcase section
- 👥 Faculty and student dashboards
- Dr. Parampreet Kaur
- Dr. Law Kumar Singh
Amity School of Engineering and Technology (ASET)
First, install the dependencies:
npm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
-
Advanced Code Editor 💻
- Multi-language support (JavaScript, Python, C++, Java)
- Syntax highlighting
- Custom input/output panels
- Test case execution
-
Authentication System 🔐
- Student registration and login
- Profile management
- Session handling
-
Quiz System 📝
- Multiple choice questions
- Coding challenges
- Real-time evaluation
-
Project Section 🎨
- Project showcase
- Research paper display
- Team collaboration features
- Frontend: Next.js, React, Material-UI
- UI Animation: Framer Motion
- Code Editor: Monaco Editor
- State Management: React Hooks
- Styling: CSS Modules, Tailwind CSS
main: Production-ready codedevelopment: Integration branch- Feature branches:
feature/feature-name
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to your branch
- Create a Pull Request
Create a .env.local file in the root directory:
NEXT_PUBLIC_API_URL=your_api_url
DATABASE_URL=your_database_urlTo learn more about the technologies used:
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
- ASET Department for their support and guidance
- All contributors who have helped with the project
- Open source community for their invaluable tools and libraries