A modern, interactive quiz application built with React. Create and take quizzes with an intuitive user interface.
- Modern UI: Clean and responsive design with React components
- Easy Quiz Creation: Simple interface for creating online quizzes
- User-Friendly: Intuitive navigation and user experience
- Responsive Design: Works seamlessly on desktop and mobile devices
- Node.js (v14 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/PetarStoev02/react-quiz-app.git
cd react-quiz-app/QuizApp- Install dependencies:
npm installnpm startRuns the app in development mode. Open http://localhost:3000 to view it in your browser.
npm run buildBuilds the app for production to the build folder.
npm testLaunches the test runner in interactive watch mode.
QuizApp/
βββ public/ # Static files
βββ src/
β βββ components/ # React components
β β βββ Banner.js
β β βββ Header.js
β β βββ *.module.css
β βββ img/ # Image assets
β βββ App.js # Main app component
βββ package.json
This project is automatically deployed to GitHub Pages using GitHub Actions. The workflow triggers on pushes to the main branch.
Live Demo: View on GitHub Pages
- React - JavaScript library for building user interfaces
- Create React App - Toolchain for React applications
This project is private and proprietary.
Petar Stoev
- GitHub: @PetarStoev02
Contributions, issues, and feature requests are welcome!
Made with β€οΈ using React