A modern and interactive quiz generator application built with Next.js and React. Create, manage, and take quizzes with a beautiful user interface and smooth user experience.
- 🎨 Modern and responsive UI
- 📱 Mobile-friendly design
- 🔄 Real-time updates
- 📊 Quiz statistics and analytics
- 🔒 Secure authentication
- 🎯 Multiple question types
- 📝 Custom quiz creation
- 🏆 Score tracking
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/Rivalcoder/Quiz_Generator.git
- Navigate to the project directory
cd Quiz_Generator
- Install dependencies
npm install
# or
yarn install
- Start the development server
npm run dev
# or
yarn dev
- Open http://localhost:3000 in your browser
- Frontend Framework: Next.js
- UI Library: React
- Styling: Tailwind CSS
- State Management: React Context API
- API: Next.js API Routes
- Database: (Add your database here)
Quiz_Generator/
├── public/ # Static files
├── src/ # Source code
│ ├── app/ # Next.js app directory
│ ├── components/ # React components
│ ├── styles/ # Global styles
│ └── utils/ # Utility functions
├── .gitignore
├── next.config.js
├── package.json
└── README.md
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Rival Coder - GitHub
- Thanks to all contributors who have helped shape this project
- Special thanks to the Next.js and React communities
Built with ❤️ by Rival Coder